diff --git a/Cargo.lock b/Cargo.lock index 4736ee0..7731012 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "mozwire" -version = "0.5.0" +version = "0.5.1" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index e24795d..98f91c7 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.5.0" +version = "0.5.1" edition = "2018" [profile.release]