From b3d459da656a384a7bfb6582673f7793e789c71f Mon Sep 17 00:00:00 2001 From: Hannes de Jager Date: Fri, 27 Sep 2019 23:30:07 +0200 Subject: [PATCH] Increment version number to match tags. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab40333..c7a9773 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,7 +1456,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "unftp" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0928d9b..a8380ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unftp" -version = "0.1.0" +version = "0.2.0" authors = [ "Agoston Horvath ", "Dávid Kosztka ",