Skip to content

Commit 4f8d2c5

Browse files
committed
bumping version to 3.3.0
1 parent a010204 commit 4f8d2c5

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 = "3.2.0"
4+
version = "3.3.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.2.0"
34+
version = "3.3.0"
3535

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

4040
[workspace]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.3.0

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.2.0"
4+
version = "3.3.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.2.0"
4+
version = "3.3.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)