Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed May 1, 2024
1 parent 8afabdf commit 8d80d4f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ osmosis-test-tube = { version = "24.0.1" }
anyhow = "1.0"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

cw-orch-daemon = { path = "./cw-orch-daemon", version = "0.22.0-rc" }
cw-orch-core = { path = "packages/cw-orch-core", version = "1.0.0-rc" }
cw-orch-traits = { path = "packages/cw-orch-traits", version = "0.22.0-rc" }
cw-orch-mock = { path = "packages/cw-orch-mock", version = "0.22.0-rc" }
cw-orch-daemon = { path = "./cw-orch-daemon", version = "0.22.0" }
cw-orch-core = { path = "packages/cw-orch-core", version = "1.0.0" }
cw-orch-traits = { path = "packages/cw-orch-traits", version = "0.22.0" }
cw-orch-mock = { path = "packages/cw-orch-mock", version = "0.22.0" }
cw-orch-contract-derive = { path = "packages/cw-orch-contract-derive", version = "0.20.0" }
cw-orch-fns-derive = { path = "packages/cw-orch-fns-derive", version = "0.18.0" }
cw-orch-networks = { path = "packages/cw-orch-networks", version = "0.22.0-rc" }
cw-orch-networks = { path = "packages/cw-orch-networks", version = "0.22.0" }

thiserror = { version = "1.0.21" }
sha2 = { version = "0.10.8" }
Expand Down
2 changes: 1 addition & 1 deletion cw-orch-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-daemon"
version = "0.22.0-rc"
version = "0.22.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion cw-orch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch"
version = "0.22.0-rc1"
version = "0.22.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-core"
version = "1.0.0-rc"
version = "1.0.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-mock"
version = "0.22.0-rc"
version = "0.22.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-networks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-networks"
version = "0.22.0-rc"
version = "0.22.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-traits"
version = "0.22.0-rc"
version = "0.22.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit 8d80d4f

Please sign in to comment.