Skip to content

Commit

Permalink
Set version: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Mar 17, 2022
1 parent f7365d5 commit fa03ed2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion contracts/reflect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0", path = "../../packages/bindings" }
osmo-bindings = { version = "0.3.0", 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.2.0"
version = "0.3.0"
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.2.0", path = "../bindings" }
osmo-bindings = { version = "0.3.0", 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.2.0"
version = "0.3.0"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Bindings for CustomMsg and CustomQuery for the Osmosis blockchain"
Expand Down

0 comments on commit fa03ed2

Please sign in to comment.