From e95e5c49138c8322b997d25b7bd1eda6ba817530 Mon Sep 17 00:00:00 2001 From: Nils Date: Mon, 17 Aug 2020 20:40:30 +0100 Subject: [PATCH] 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]