From 25d3e62696893f6546fc31b14195da7f2a4db23d Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Tue, 26 Nov 2019 14:53:39 -0500 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dda546..a7be7bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustywind" -version = "0.2.0" +version = "0.2.1" 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 5b04563..b95c95a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustywind" -version = "0.2.0" +version = "0.2.1" authors = ["Praveen Perera "] edition = "2018"