From e769d3b0c31c8009daf9c93620014e5a180821e0 Mon Sep 17 00:00:00 2001 From: ahmard Date: Fri, 31 May 2024 20:37:34 +0100 Subject: [PATCH] bump: prepare release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a95e12d..2b28830 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1852,7 +1852,7 @@ dependencies = [ [[package]] name = "medullah-web" -version = "0.3.0" +version = "0.3.1" dependencies = [ "base64 0.22.0", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 020fe53..f35e1c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "medullah-web" -version = "0.3.0" +version = "0.3.1" edition = "2021" repository = "https://github.com/spiralover/medullah-web"