Skip to content

Commit cdbcfb0

Browse files
committed
bumping version to 4.0.2
1 parent d17ce10 commit cdbcfb0

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.1"
4+
version = "4.0.2"
55

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

8282
[dependencies.sheesy-tools]
8383
path = "lib/tools"
84-
version = "4.0.1"
84+
version = "4.0.2"
8585
optional = true
8686

8787
[dependencies.sheesy-vault]
8888
path = "lib/vault"
89-
version = "4.0.1"
89+
version = "4.0.2"
9090
optional = true
9191

9292
[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.1"
4+
version = "4.0.2"
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.1"
4+
version = "4.0.2"
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)