Skip to content

Commit

Permalink
Bump bitwarden-api-api version to 0.2.2 (#283)
Browse files Browse the repository at this point in the history
## Type of change
    - [ ] Bug fix
    - [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
    - [ ] Build/deploy pipeline (DevOps)
    - [X] Other

    ## Objective
    Automated bitwarden-api-api version bump to 0.2.2

Co-authored-by: bitwarden-devops-bot <[email protected]>
  • Loading branch information
1 parent 0a2844e commit 218a909
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-api-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitwarden-api-api"
version = "0.2.1"
version = "0.2.2"
authors = ["Bitwarden Inc"]
license-file = "LICENSE"
repository = "https://github.com/bitwarden/sdk"
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ uniffi = { version = "=0.24.1", optional = true }
getrandom = { version = ">=0.2.9", features = ["js"] }

bitwarden-api-identity = { path = "../bitwarden-api-identity", version = "=0.2.1" }
bitwarden-api-api = { path = "../bitwarden-api-api", version = "=0.2.1" }
bitwarden-api-api = { path = "../bitwarden-api-api", version = "=0.2.2" }

[dev-dependencies]
tokio = { version = "1.28.2", features = ["rt", "macros"] }
Expand Down

0 comments on commit 218a909

Please sign in to comment.