From f12de311254873794e5e09ce5ad4da43f2c24737 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 30 Oct 2024 01:43:34 +0100 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 ac258ca..6930f3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,7 +815,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "postwoman" -version = "0.4.2" +version = "0.4.3" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8febd4a..6bc53c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "postwoman" description = "API tester and debugger for your CLI " -version = "0.4.2" +version = "0.4.3" repository = "https://moonlit.technology/alemi/postwoman" authors = [ "alemi " ] license = "GPL-3.0-only"