From 5ea842f1ef8702099fc85776e7c9694eab197d3a Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:05:56 +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 5eeae56..96e0df7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,7 +531,7 @@ dependencies = [ [[package]] name = "ganjoor-pretty" -version = "0.4.3" +version = "0.4.4" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 6bf77fd..8a4ef1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganjoor-pretty" -version = "0.4.3" +version = "0.4.4" edition = "2021" license = "MIT" description = "Pretty-print a poem from Ganjoor"