From 352eec4762827ca7511d100c4f957259a0e1814d Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Mon, 8 Jun 2026 19:22:06 +0200 Subject: [PATCH] chore(Cargo.toml): bump 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"