diff --git a/Cargo.lock b/Cargo.lock index 8feefe1..ab40333 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.0.5" +version = "0.1.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 5868d4b..0928d9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unftp" -version = "0.0.5" +version = "0.1.0" authors = [ "Agoston Horvath ", "Dávid Kosztka ",