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 ",