Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmanifold committed Aug 23, 2024
1 parent aec1bea commit 651e37f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ cw-multi-test = "=1.2.0"
apollo-cw-multi-test = { version = "0.19.0-rc.1" ,features = ["stargate"] }

# Workspace packages
cw-dex = { path = "cw-dex", version = "0.5.4-rc.1" }
cw-dex-astroport = { path = "cw-dex-astroport", version = "0.2.0-rc.3" }
cw-dex-osmosis = { path = "cw-dex-osmosis", version = "0.1.1-rc.1" }
cw-dex = { path = "cw-dex", version = "0.6.0-rc.4" }
cw-dex-astroport = { path = "cw-dex-astroport", version = "0.3.0-rc.1" }
cw-dex-osmosis = { path = "cw-dex-osmosis", version = "0.2.0-rc.1" }
cw-dex-test-contract = { path = "test-contracts/package" }
astroport-test-contract = { path = "test-contracts/astroport-test-contract" }
cw-dex-test-helpers = { path = "test-helpers" }
Expand Down
2 changes: 1 addition & 1 deletion cw-dex-astroport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Implementation of the cw-dex API for the Astroport AMM"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/apollodao/cw-dex"
version = "0.2.0-rc.3"
version = "0.3.0-rc.1"
readme = "README.md"

[features]
Expand Down
2 changes: 1 addition & 1 deletion cw-dex-osmosis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Implementation of the cw-dex API for the Osmosis AMM"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/apollodao/cw-dex"
version = "0.1.1-rc.1"
version = "0.2.0-rc.1"
readme = "README.md"

[features]
Expand Down
2 changes: 1 addition & 1 deletion cw-dex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MPL-2.0"
name = "cw-dex"
repository = "https://github.com/apollodao/cw-dex"
version = "0.5.4-rc.1"
version = "0.6.0-rc.4"
readme = "README.md"

[features]
Expand Down

0 comments on commit 651e37f

Please sign in to comment.