Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
bump others too
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Jun 15, 2023
1 parent 7dc5159 commit 2fd898e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/abstract-adapter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abstract-adapter"
version = "0.16.0"
version = "0.16.1"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down Expand Up @@ -30,7 +30,7 @@ abstract-core = { workspace = true }
abstract-testing = { workspace = true, optional = true }
cw-orch = { workspace = true, optional = true }
# Keep this as a version and update when publishing new versions
abstract-interface = { path = "../../packages/abstract-interface", version = "0.16.0", optional = true }
abstract-interface = { path = "../../packages/abstract-interface", version = "0.16.1", optional = true }

[dev-dependencies]
speculoos = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions packages/abstract-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abstract-app"
version = "0.16.0"
version = "0.16.1"
edition = { workspace = true }
license = { workspace = true }
description = "base app contract implementation"
Expand Down Expand Up @@ -30,7 +30,7 @@ abstract-core = { workspace = true }
abstract-testing = { workspace = true, optional = true }
cw-orch = { workspace = true, optional = true }
# Keep this as a version and update when publishing new versions
abstract-interface = { path = "../../packages/abstract-interface", version = "0.16.0", optional = true }
abstract-interface = { path = "../../packages/abstract-interface", version = "0.16.1", optional = true }

[dev-dependencies]
cosmwasm-schema = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/abstract-interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abstract-interface"
version = "0.16.0"
version = "0.16.1"
edition = { workspace = true }
license = { workspace = true }
description = "Abstract deployment helpers with cw-orchestrator"
Expand Down

0 comments on commit 2fd898e

Please sign in to comment.