From bd0a9e51d6d85c7af45826ba22d2f38cb5f32c73 Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:25:13 +0200 Subject: [PATCH] Increment patch version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ff6dd7..9c36164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "ganjoor-pretty" -version = "0.4.0" +version = "0.4.1" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 35f5a7b..6ed1e5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganjoor-pretty" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "MIT" description = "Pretty-print a poem from Ganjoor"