From 43a284d4e92d199a01dc4adc2b340f794205d0db Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 20 Oct 2024 02:04:39 +0200 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c330902..69658c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,7 +815,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "postwoman" -version = "0.3.0" +version = "0.3.1" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d100155..262a683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "postwoman" description = "API tester and debugger for your CLI " -version = "0.3.0" +version = "0.3.1" repository = "https://moonlit.technology/alemi/postwoman" authors = [ "alemi " ] license = "GPL-3.0-only"