From 7a0503682de0eb8aaa32857c5aded49583dc1f7a Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Fri, 15 Apr 2022 22:56:27 +0200 Subject: [PATCH] Increment minor version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3df4230..28818df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "ganjoor-pretty" -version = "0.3.2" +version = "0.4.0" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 1fc67cd..bbbe1bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganjoor-pretty" -version = "0.3.2" +version = "0.4.0" edition = "2021" license = "MIT" description = "Pretty-print a poem from Ganjoor"