diff --git a/Cargo.lock b/Cargo.lock index 675e0c6..f311b42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "mozwire" -version = "0.4.0" +version = "0.4.1" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index e3dc3b4..b342952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Nils "] license = "GPL-3.0-or-later" repository = "https://github.com/NilsIrl/MozWire/" readme = "README.md" -version = "0.4.0" +version = "0.4.1" edition = "2018" [profile.release]