diff --git a/Cargo.lock b/Cargo.lock index 4ff7af9..7a93fe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2018,7 +2018,7 @@ dependencies = [ [[package]] name = "pepper-s3-cli" -version = "1.7.0" +version = "1.7.1" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 730372c..d4e7747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pepper-s3-cli" -version = "1.7.0" +version = "1.7.1" edition = "2024" description = "A simple CLI tool to manage S3 buckets and files from the terminal" license = "MIT"