Skip to content

Commit

Permalink
Bump sei-cosmwasm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Bhat committed Aug 24, 2023
1 parent d7e1074 commit 58938e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sei-cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sei-cosmwasm"
version = "0.4.10"
version = "0.4.11"
edition = "2021"
description = "Bindings and helpers for cosmwasm contracts to interact with sei blockchain"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sei-cosmwasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add the sei-cosmwasm dependency to your smart contract's `Cargo.toml` file:

```toml
[dependencies]
sei-cosmwasm = { version = "0.4.10" }
sei-cosmwasm = { version = "0.4.11" }
```

## Functionality
Expand Down
2 changes: 1 addition & 1 deletion packages/sei-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
cw-multi-test = "0.16"
anyhow = "1"
sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.10" }
sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.11" }
cosmwasm-std = "1.0.0"
cw20-base = "0.13.4"
schemars = "0.8.8"
Expand Down

0 comments on commit 58938e1

Please sign in to comment.