From d73bcfa4c94405f08731b4de88a13701c54da5a1 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 29 Nov 2025 13:22:42 +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 1a77409..4375c1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "banderole" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index b731275..de7a5db 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.2.1" +version = "0.2.2" edition = "2021" [dependencies]