diff --git a/Cargo.toml b/Cargo.toml index 865743d..30fee61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Sebastian Thiel "] name = "sheesy-cli" -version = "4.0.0" +version = "4.0.1" description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults." license = "LGPL-2.1" @@ -70,12 +70,12 @@ itertools = {version = "0.7.8", optional = true} [dependencies.sheesy-tools] path = "lib/tools" -version = "4.0.0" +version = "4.0.1" optional = true [dependencies.sheesy-vault] path = "lib/vault" -version = "4.0.0" +version = "4.0.1" optional = true [workspace] diff --git a/VERSION b/VERSION index 0c89fc9..1454f6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 \ No newline at end of file +4.0.1 diff --git a/lib/tools/Cargo.toml b/lib/tools/Cargo.toml index 8e85ca0..da951b1 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.0" +version = "4.0.1" description = "Tooling to make using shared secrets effortless." license = "MIT" diff --git a/lib/vault/Cargo.toml b/lib/vault/Cargo.toml index 2af0f67..244cfad 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.0" +version = "4.0.1" description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults." license = "LGPL-2.1"