Skip to content

Commit

Permalink
bump version to fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taobun committed Jan 18, 2023
1 parent 3d7ad71 commit 356036a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/price-feed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ optimize = """docker run --rm -v "$(pwd)":/code \
[dependencies]
cosmwasm-schema = "1.1.5"
cosmwasm-std = {version = "1.1.5", features = ["ibc3"]}
cw-band = {path = "../../packages/cw-band", version = "0.1.0"}
cw-band = {path = "../../packages/cw-band", version = "0.1.1"}
cw-storage-plus = "0.16.0"
cw2 = "0.16.0"
obi = "0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-band/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "cw-band"
readme = "README.md"
repository = "https://github.com/bandprotocol/cw-band/tree/main/packages/cw-band"
version = "0.1.0"
version = "0.1.1"

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

Expand Down

0 comments on commit 356036a

Please sign in to comment.