Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Jul 24, 2023
1 parent 217c91b commit 83a9072
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -20,7 +20,7 @@ backtraces = ["cosmwasm-std/backtraces"]
cosmwasm-schema = "1.1"
cosmwasm-std = { version = "1.1", features = ["staking", "stargate"] }
cosmwasm-storage = "1.1"
token-bindings = { version = "0.10.1", path = "../../packages/bindings" }
token-bindings = { version = "0.10.2", path = "../../packages/bindings" }
schemars = "0.8"
serde = { version = "1.0", default-features = false, features = ["derive"] }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion contracts/tokenfactory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cosmwasm-schema = "1.1"
cosmwasm-std = "1.2.3"
cosmwasm-storage = "1.1"
cw-storage-plus = "1.0.1"
token-bindings = { version = "0.10.1", path = "../../packages/bindings" }
token-bindings = { version = "0.10.2", path = "../../packages/bindings" }
cw2 = "1.0.1"
schemars = "0.8"
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"

[dependencies]
itertools = "0.10"
token-bindings = { version = "0.10.1", path = "../bindings" }
token-bindings = { version = "0.10.2", path = "../bindings" }
cosmwasm-std = "1.1"
schemars = "0.8"
serde = { version = "1.0", 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 = "token-bindings"
version = "0.10.1"
version = "0.10.2"
authors = ["Ethan Frey <[email protected]>", "Reece Williams <[email protected]>"]
edition = "2018"
description = "Bindings for CustomMsg and CustomQuery for the Juno blockchain"
Expand Down

0 comments on commit 83a9072

Please sign in to comment.