From f3679b45d1f2ccd367fdda7ea79e5b7c0bb79213 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Thu, 28 Nov 2019 21:31:03 -0500 Subject: [PATCH] v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54b502f..fd4b521 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "rustywind" -version = "0.4.0" +version = "0.5.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9d28fd2..f68e847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustywind" -version = "0.4.0" +version = "0.5.0" authors = ["Praveen Perera "] edition = "2018"