From 3a6cdf2a0b44711f2c243f34fe829125a45fe0df Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Fri, 25 Jul 2025 10:00:08 +0400 Subject: [PATCH] chore: version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ad3fba..a298166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "banderole" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 4d6a44e..43ff00e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/zhom/banderole" repository = "https://github.com/zhom/banderole" license = "MIT" authors = ["zhom "] -version = "0.0.3" +version = "0.0.4" edition = "2021" [dependencies]