diff --git a/Cargo.lock b/Cargo.lock index f1602c7..fb03ccb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "banderole" -version = "0.0.5" +version = "0.1.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 58e80a9..5a66d70 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.5" +version = "0.1.0" edition = "2021" [dependencies]