Skip to content

Commit

Permalink
chore: bump rc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmanifold committed Aug 26, 2024
1 parent 15f387d commit a471699
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cw-multi-test = "=1.2.0"
apollo-cw-multi-test = { version = "0.19.0" ,features = ["stargate"] }

# Workspace packages
cw-dex = { path = "cw-dex", version = "0.6.0-rc.4" }
cw-dex = { path = "cw-dex", version = "0.6.0-rc.5" }
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" }
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.3.0-rc.1"
version = "0.3.0-rc.2"
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.2.0-rc.1"
version = "0.2.0-rc.2"
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.6.0-rc.4"
version = "0.6.0-rc.5"
readme = "README.md"

[features]
Expand Down

0 comments on commit a471699

Please sign in to comment.