From 651e37f967c9b5bbeadf5109f77c0eafaa4dae07 Mon Sep 17 00:00:00 2001 From: Pacman Date: Fri, 23 Aug 2024 15:10:24 +0200 Subject: [PATCH] chore: bump versions --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- cw-dex-astroport/Cargo.toml | 2 +- cw-dex-osmosis/Cargo.toml | 2 +- cw-dex/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92cbcce..3af1202 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "cw-dex" -version = "0.5.4-rc.1" +version = "0.6.0-rc.4" dependencies = [ "apollo-cw-asset", "cosmwasm-std", @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "cw-dex-astroport" -version = "0.2.0-rc.3" +version = "0.3.0-rc.1" dependencies = [ "apollo-cw-asset", "apollo-cw-multi-test", @@ -1056,7 +1056,7 @@ dependencies = [ [[package]] name = "cw-dex-osmosis" -version = "0.1.1-rc.1" +version = "0.2.0-rc.1" dependencies = [ "apollo-cw-asset", "apollo-utils", diff --git a/Cargo.toml b/Cargo.toml index 1925909..5fda953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/cw-dex-astroport/Cargo.toml b/cw-dex-astroport/Cargo.toml index a3bf4da..cd6d2aa 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.2.0-rc.3" +version = "0.3.0-rc.1" readme = "README.md" [features] diff --git a/cw-dex-osmosis/Cargo.toml b/cw-dex-osmosis/Cargo.toml index 09b2e18..52892ca 100644 --- a/cw-dex-osmosis/Cargo.toml +++ b/cw-dex-osmosis/Cargo.toml @@ -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] diff --git a/cw-dex/Cargo.toml b/cw-dex/Cargo.toml index dc09672..ead97ed 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.4-rc.1" +version = "0.6.0-rc.4" readme = "README.md" [features]