diff --git a/contracts/ibc_transfer/Cargo.toml b/contracts/ibc_transfer/Cargo.toml index 07fb0884..b46242fe 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.149", default-features = false, features = ["derive"] } serde-json-wasm = { version = "0.5.1" } cw-storage-plus = { version = "1.1.0", features = ["iterator"]} -neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.0"} +neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.1"} 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 3fcdc8d4..a7ffc747 100644 --- a/contracts/neutron_interchain_queries/Cargo.toml +++ b/contracts/neutron_interchain_queries/Cargo.toml @@ -36,7 +36,7 @@ cosmwasm-std = { version = "1.3.0", features = ["staking"] } cw2 = "1.1.0" schemars = "0.8.10" serde = { version = "1.0.149", default-features = false, features = ["derive"] } -neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.0"} +neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.1"} base64 = "0.21.2" cosmos-sdk-proto = { version = "0.16.0", default-features = false } cw-storage-plus = { version = "1.1.0", features = ["iterator"]} diff --git a/contracts/neutron_interchain_txs/Cargo.toml b/contracts/neutron_interchain_txs/Cargo.toml index 1b9211d1..7ae161ec 100644 --- a/contracts/neutron_interchain_txs/Cargo.toml +++ b/contracts/neutron_interchain_txs/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1.0.149", default-features = false, features = ["derive"] } serde-json-wasm = { version = "0.5.1" } cw-storage-plus = { version = "1.1.0", features = ["iterator"]} cosmos-sdk-proto = { version = "0.16.0", default-features = false } -neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.0"} +neutron-sdk = { path = "../../packages/neutron-sdk", default-features = false, version = "0.6.1"} base64 = "0.21.2" 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 fce79872..60033259 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.6.0" +version = "0.6.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/neutron-org/neutron-sdk" @@ -39,4 +39,4 @@ cosmwasm-schema = "1.3.0" [dev-dependencies] cosmwasm-schema = { version = "1.3.0", default-features = false } prost-types = "0.11.1" -hex = "0.4.3" \ No newline at end of file +hex = "0.4.3"