Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LCyson authored Aug 8, 2022
1 parent 52e8968 commit 841f6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.2.0" }
sei-cosmwasm = { version = "0.3.0" }
```

## Functionality
Expand Down Expand Up @@ -71,4 +71,4 @@ let test_order = sei_cosmwasm::SeiMsg::PlaceOrders {
orders: vec![some_order],
};
Ok(Response::new().add_message(test_order))
```
```

0 comments on commit 841f6cd

Please sign in to comment.