From e205596e51475d4776f64f25676a542c61969b9b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 3 May 2020 15:47:38 +0800 Subject: [PATCH] bumping version to 4.0.10 --- Cargo.toml | 6 +++--- VERSION | 2 +- lib/tools/Cargo.toml | 2 +- lib/vault/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0741ed5..c6c357b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Sebastian Thiel "] name = "sheesy-cli" -version = "4.0.9" +version = "4.0.10" edition = "2018" description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults." @@ -80,12 +80,12 @@ itertools = {version = "0.9.0", optional = true} [dependencies.sheesy-tools] path = "lib/tools" -version = "4.0.9" +version = "4.0.10" optional = true [dependencies.sheesy-vault] path = "lib/vault" -version = "4.0.9" +version = "4.0.10" optional = true [workspace] diff --git a/VERSION b/VERSION index 7919852..2d2d681 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.9 +4.0.10 diff --git a/lib/tools/Cargo.toml b/lib/tools/Cargo.toml index bdf0296..d1e0102 100644 --- a/lib/tools/Cargo.toml +++ b/lib/tools/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Sebastian Thiel "] name = "sheesy-tools" -version = "4.0.9" +version = "4.0.10" edition = "2018" description = "Tooling to make using shared secrets effortless." diff --git a/lib/vault/Cargo.toml b/lib/vault/Cargo.toml index b095c45..f3e65fa 100644 --- a/lib/vault/Cargo.toml +++ b/lib/vault/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Sebastian Thiel "] name = "sheesy-vault" -version = "4.0.9" +version = "4.0.10" edition = "2018" description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults."