Skip to content

Commit 87adc2b

Browse files
committed
bumping version to 4.0.1
1 parent c1c9abe commit 87adc2b

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 <[email protected]>"]
33
name = "sheesy-cli"
4-
version = "4.0.0"
4+
version = "4.0.1"
55

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

7171
[dependencies.sheesy-tools]
7272
path = "lib/tools"
73-
version = "4.0.0"
73+
version = "4.0.1"
7474
optional = true
7575

7676
[dependencies.sheesy-vault]
7777
path = "lib/vault"
78-
version = "4.0.0"
78+
version = "4.0.1"
7979
optional = true
8080

8181
[workspace]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

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.0"
4+
version = "4.0.1"
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.0"
4+
version = "4.0.1"
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)