Skip to content

Commit 356036a

Browse files
committed
bump version to fix readme
1 parent 3d7ad71 commit 356036a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/price-feed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ optimize = """docker run --rm -v "$(pwd)":/code \
3535
[dependencies]
3636
cosmwasm-schema = "1.1.5"
3737
cosmwasm-std = {version = "1.1.5", features = ["ibc3"]}
38-
cw-band = {path = "../../packages/cw-band", version = "0.1.0"}
38+
cw-band = {path = "../../packages/cw-band", version = "0.1.1"}
3939
cw-storage-plus = "0.16.0"
4040
cw2 = "0.16.0"
4141
obi = "0.0.2"

packages/cw-band/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "cw-band"
77
readme = "README.md"
88
repository = "https://github.com/bandprotocol/cw-band/tree/main/packages/cw-band"
9-
version = "0.1.0"
9+
version = "0.1.1"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

0 commit comments

Comments
 (0)