From d9425cc00143a716382a247057f5ffe070364c71 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 19 Aug 2019 14:23:10 +0800 Subject: [PATCH] bumping version to 4.0.6 --- Cargo.toml | 6 +++--- lib/tools/Cargo.toml | 2 +- lib/vault/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 46094d9..58f1f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Sebastian Thiel "] name = "sheesy-cli" -version = "4.0.5" +version = "4.0.6" description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults." license = "LGPL-2.1" @@ -82,12 +82,12 @@ itertools = {version = "0.8.0", optional = true} [dependencies.sheesy-tools] path = "lib/tools" -version = "4.0.5" +version = "4.0.6" optional = true [dependencies.sheesy-vault] path = "lib/vault" -version = "4.0.5" +version = "4.0.6" optional = true [workspace] diff --git a/lib/tools/Cargo.toml b/lib/tools/Cargo.toml index 6fd3821..1e5bb6e 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.5" +version = "4.0.6" description = "Tooling to make using shared secrets effortless." license = "MIT" diff --git a/lib/vault/Cargo.toml b/lib/vault/Cargo.toml index 89028a2..7933ddb 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.5" +version = "4.0.6" description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults." license = "LGPL-2.1"