Skip to content

Commit

Permalink
Bumped sdk-bitwarden-json version to 0.2.1 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: bitwarden-devops-bot <[email protected]>
  • Loading branch information
2 people authored and michalchecinski committed Mar 22, 2023
1 parent c0716b0 commit 46eeefb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/bitwarden-json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitwarden-json"
version = "0.2.0"
version = "0.2.1"
authors = ["Bitwarden Inc"]
license-file = "LICENSE"
repository = "https://github.com/bitwarden/sdk"
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ napi-derive = "2"
log = "0.4.17"
env_logger="0.10.0"

bitwarden-json = { path = "../bitwarden-json", version = "0.2.0" }
bitwarden-json = { path = "../bitwarden-json", version = "0.2.1" }

[build-dependencies]
napi-build = "2.0.1"
Expand Down

0 comments on commit 46eeefb

Please sign in to comment.