Skip to content

Commit c3b4f6b

Browse files
committed
bumping version to 3.2.0
1 parent 4cf891d commit c3b4f6b

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 <byronimo@gmail.com>"]
33
name = "sheesy-cli"
4-
version = "3.1.0"
4+
version = "3.2.0"
55

66
description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
77
license = "LGPL-2.1"
@@ -31,10 +31,10 @@ itertools = "0.7.7"
3131

3232
[dependencies.sheesy-tools]
3333
path = "lib/tools"
34-
version = "3.1.0"
34+
version = "3.2.0"
3535

3636
[dependencies.sheesy-vault]
3737
path = "lib/vault"
38-
version = "3.1.0"
38+
version = "3.2.0"
3939

4040
[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 = "3.1.0"
4+
version = "3.2.0"
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 <byronimo@gmail.com>"]
33
name = "sheesy-vault"
4-
version = "3.1.0"
4+
version = "3.2.0"
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)