diff --git a/Cargo.lock b/Cargo.lock index 199945d..c21dc8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,7 +887,7 @@ dependencies = [ [[package]] name = "cw-dex" -version = "0.5.3-rc.1" +version = "0.5.3" dependencies = [ "apollo-cw-asset", "apollo-utils", @@ -909,7 +909,7 @@ dependencies = [ [[package]] name = "cw-dex-astroport" -version = "0.1.0" +version = "0.2.0-rc.1" dependencies = [ "apollo-cw-asset", "apollo-utils", diff --git a/Cargo.toml b/Cargo.toml index 6ba8efa..7a79169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,8 @@ test-case = "3.0.0" proptest = "1.0.0" # Workspace packages -cw-dex = { path = "cw-dex", version = "0.5.3-rc.1" } -cw-dex-astroport = { path = "cw-dex-astroport", version = "0.1.0" } +cw-dex = { path = "cw-dex", version = "0.5.3" } +cw-dex-astroport = { path = "cw-dex-astroport", version = "0.2.0-rc.1" } cw-dex-osmosis = { path = "cw-dex-osmosis", version = "0.1.0" } cw-dex-test-contract = { path = "test-contracts/package" } astroport-test-contract = { path = "test-contracts/astroport-test-contract" } diff --git a/cw-dex-astroport/Cargo.toml b/cw-dex-astroport/Cargo.toml index b90e8d9..b16c8e3 100644 --- a/cw-dex-astroport/Cargo.toml +++ b/cw-dex-astroport/Cargo.toml @@ -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.1.0" +version = "0.2.0-rc.1" readme = "README.md" [features] diff --git a/cw-dex/Cargo.toml b/cw-dex/Cargo.toml index 04db438..81022c8 100644 --- a/cw-dex/Cargo.toml +++ b/cw-dex/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MPL-2.0" name = "cw-dex" repository = "https://github.com/apollodao/cw-dex" -version = "0.5.3-rc.1" +version = "0.5.3" readme = "README.md" [features]