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"