diff --git a/Cargo.lock b/Cargo.lock index 373e54e..639f92d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6216,7 +6216,7 @@ dependencies = [ [[package]] name = "termscp" -version = "1.0.0" +version = "1.1.0" dependencies = [ "aes 0.9.1", "aes-gcm 0.10.3", diff --git a/Cargo.toml b/Cargo.toml index 80ab2cf..a03f6bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termscp" -version = "1.0.0" +version = "1.1.0" edition = "2024" authors = ["Christian Visintin "] description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/Kube/S3/WebDAV"