Skip to content

Commit fee96d7

Browse files
author
Sebastian Thiel
committed
bumping version to 4.0.5
1 parent aebeaba commit fee96d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <[email protected]>"]
33
name = "sheesy-cli"
4-
version = "4.0.4"
4+
version = "4.0.5"
55

66
description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
77
license = "LGPL-2.1"
@@ -82,12 +82,12 @@ itertools = {version = "0.8.0", optional = true}
8282

8383
[dependencies.sheesy-tools]
8484
path = "lib/tools"
85-
version = "4.0.4"
85+
version = "4.0.5"
8686
optional = true
8787

8888
[dependencies.sheesy-vault]
8989
path = "lib/vault"
90-
version = "4.0.4"
90+
version = "4.0.5"
9191
optional = true
9292

9393
[workspace]

lib/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <[email protected]>"]
33
name = "sheesy-tools"
4-
version = "4.0.4"
4+
version = "4.0.5"
55

66
description = "Tooling to make using shared secrets effortless."
77
license = "MIT"

lib/vault/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <[email protected]>"]
33
name = "sheesy-vault"
4-
version = "4.0.4"
4+
version = "4.0.5"
55

66
description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults."
77
license = "LGPL-2.1"

0 commit comments

Comments
 (0)