Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Jun 14, 2023
1 parent 3727a93 commit a881d60
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = ["cw-orch", "packages/*", "contracts/*"]
version = "0.12.0"
version = "0.12.1"
resolver = "2"

[workspace.package]
Expand Down
4 changes: 2 additions & 2 deletions cw-orch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ daemon = [

[dependencies]
# Default deps
cw-orch-contract-derive = { path = "../packages/cw-orch-contract-derive", version = "0.12" }
cw-orch-fns-derive = { path = "../packages/cw-orch-fns-derive", version = "0.12" }
cw-orch-contract-derive = { path = "../packages/cw-orch-contract-derive", version = "0.12.1" }
cw-orch-fns-derive = { path = "../packages/cw-orch-fns-derive", version = "0.12.1" }

cosmwasm-std = { workspace = true }
cw-multi-test = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-contract-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-contract-derive"
version = "0.12.0"
version = "0.12.1"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-fns-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-fns-derive"
version = "0.12.0"
version = "0.12.1"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit a881d60

Please sign in to comment.