diff --git a/contracts/ibc_transfer/Cargo.toml b/contracts/ibc_transfer/Cargo.toml index 9aeed5b7..54611685 100644 --- a/contracts/ibc_transfer/Cargo.toml +++ b/contracts/ibc_transfer/Cargo.toml @@ -39,7 +39,7 @@ schemars = "0.8.10" serde = { version = "1.0.103", default-features = false, features = ["derive"] } serde-json-wasm = { version = "0.4.1" } cw-storage-plus = { version = "0.14.0", features = ["iterator"]} -neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.1.0"} +neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.4.0"} protobuf = { version = "3.2.0", features = ["with-bytes"] } [dev-dependencies] diff --git a/contracts/neutron_interchain_queries/Cargo.toml b/contracts/neutron_interchain_queries/Cargo.toml index 96662460..1d6bb4d2 100644 --- a/contracts/neutron_interchain_queries/Cargo.toml +++ b/contracts/neutron_interchain_queries/Cargo.toml @@ -36,7 +36,7 @@ cosmwasm-std = { version = "1.0.0", features = ["staking"] } cw2 = "0.15.1" schemars = "0.8.10" serde = { version = "1.0.103", default-features = false, features = ["derive"] } -neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.1.0"} +neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.4.0"} base64 = "0.13.0" cosmos-sdk-proto = { version = "0.14.0", default-features = false } cw-storage-plus = { version = "0.14.0", features = ["iterator"]} diff --git a/contracts/neutron_interchain_txs/Cargo.toml b/contracts/neutron_interchain_txs/Cargo.toml index 52164edc..96e9e597 100644 --- a/contracts/neutron_interchain_txs/Cargo.toml +++ b/contracts/neutron_interchain_txs/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1.0.103", default-features = false, features = ["derive"] } serde-json-wasm = { version = "0.4.1" } cw-storage-plus = { version = "0.14.0", features = ["iterator"]} cosmos-sdk-proto = { version = "0.14.0", default-features = false } -neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.1.0"} +neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.4.0"} base64 = "0.13.0" protobuf = { version = "3.2.0", features = ["with-bytes"] } prost = "0.11" diff --git a/packages/neutron-sdk/Cargo.toml b/packages/neutron-sdk/Cargo.toml index fb456896..524a3932 100644 --- a/packages/neutron-sdk/Cargo.toml +++ b/packages/neutron-sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "neutron-sdk" description = "Neutron CosmWasm SDK for interacting with Neutron blockchain" -version = "0.1.0" +version = "0.4.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/neutron-org/neutron-sdk"