From 1a9031006ac8560afa018ab585dde9087c09d62f Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:37:47 +0200 Subject: [PATCH] Bump patch version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b25e5e..fc42c03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -631,7 +631,7 @@ dependencies = [ [[package]] name = "ganjoor-pretty" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index eb89d37..5fabe1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganjoor-pretty" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT"