Skip to content

Commit

Permalink
bumping version to 4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 11, 2020
1 parent 70263d5 commit 3ae4c22
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Sebastian Thiel <[email protected]>"]
name = "sheesy-cli"
version = "4.0.10"
version = "4.0.11"
edition = "2018"

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

[dependencies.sheesy-tools]
path = "lib/tools"
version = "4.0.10"
version = "4.0.11"
optional = true

[dependencies.sheesy-vault]
path = "lib/vault"
version = "4.0.10"
version = "4.0.11"
optional = true

[workspace]
2 changes: 1 addition & 1 deletion lib/tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Sebastian Thiel <[email protected]>"]
name = "sheesy-tools"
version = "4.0.10"
version = "4.0.11"
edition = "2018"

description = "Tooling to make using shared secrets effortless."
Expand Down
2 changes: 1 addition & 1 deletion lib/vault/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Sebastian Thiel <[email protected]>"]
name = "sheesy-vault"
version = "4.0.10"
version = "4.0.11"
edition = "2018"

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

0 comments on commit 3ae4c22

Please sign in to comment.