Skip to content

Commit 3ae4c22

Browse files
committed
bumping version to 4.0.11
1 parent 70263d5 commit 3ae4c22

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 <byronimo@gmail.com>"]
33
name = "sheesy-cli"
4-
version = "4.0.10"
4+
version = "4.0.11"
55
edition = "2018"
66

77
description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
@@ -80,12 +80,12 @@ itertools = {version = "0.9.0", optional = true}
8080

8181
[dependencies.sheesy-tools]
8282
path = "lib/tools"
83-
version = "4.0.10"
83+
version = "4.0.11"
8484
optional = true
8585

8686
[dependencies.sheesy-vault]
8787
path = "lib/vault"
88-
version = "4.0.10"
88+
version = "4.0.11"
8989
optional = true
9090

9191
[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 <byronimo@gmail.com>"]
33
name = "sheesy-tools"
4-
version = "4.0.10"
4+
version = "4.0.11"
55
edition = "2018"
66

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

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 <byronimo@gmail.com>"]
33
name = "sheesy-vault"
4-
version = "4.0.10"
4+
version = "4.0.11"
55
edition = "2018"
66

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

0 commit comments

Comments
 (0)