From 17b6ba5bd9e6a2ce8db34a1f92d38c3a17b715cf Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Mon, 28 Mar 2022 19:17:22 +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 26f4552..95cd2a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -631,7 +631,7 @@ dependencies = [ [[package]] name = "ganjoor-pretty" -version = "0.1.2" +version = "0.1.3" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5fabe1d..6c53e35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganjoor-pretty" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MIT"