Skip to content

Commit

Permalink
Set version: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Mar 28, 2022
1 parent 42dc5a6 commit 0842640
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions contracts/reflect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osmo-reflect"
version = "0.4.0"
version = "0.4.1"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Reflect messages to use for test cases - based on cw-mask"
Expand All @@ -19,7 +19,7 @@ backtraces = ["cosmwasm-std/backtraces"]
[dependencies]
cosmwasm-std = { version = "1.0.0-beta6", features = ["staking", "stargate"] }
cosmwasm-storage = "1.0.0-beta6"
osmo-bindings = { version = "0.4.0", path = "../../packages/bindings" }
osmo-bindings = { version = "0.4.1", path = "../../packages/bindings" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osmo-bindings-test"
version = "0.4.0"
version = "0.4.1"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Multitest (and other test helpers) support for Osmosis-specific contracts"
Expand All @@ -9,7 +9,7 @@ homepage = "https://osmosis.zone"
license = "Apache-2.0"

[dependencies]
osmo-bindings = { version = "0.4.0", path = "../bindings" }
osmo-bindings = { version = "0.4.1", path = "../bindings" }
cosmwasm-std = { version = "1.0.0-beta6" }
schemars = "0.8"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osmo-bindings"
version = "0.4.0"
version = "0.4.1"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Bindings for CustomMsg and CustomQuery for the Osmosis blockchain"
Expand Down

0 comments on commit 0842640

Please sign in to comment.