Skip to content

Commit e205596

Browse files
author
Sebastian Thiel
committed
bumping version to 4.0.10
1 parent 0977d33 commit e205596

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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 <byronimo@gmail.com>"]
33
name = "sheesy-cli"
4-
version = "4.0.9"
4+
version = "4.0.10"
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.9"
83+
version = "4.0.10"
8484
optional = true
8585

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

9191
[workspace]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.9
1+
4.0.10

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.9"
4+
version = "4.0.10"
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.9"
4+
version = "4.0.10"
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)