Skip to content

Commit

Permalink
Merge pull request #100 from confio/align-tg3-version
Browse files Browse the repository at this point in the history
tg3: align version
  • Loading branch information
uint committed Feb 10, 2022
2 parents c222125 + d6a6826 commit 2878f6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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/tgrade-community-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library = []

[dependencies]
cw2 = "0.11.0"
tg3 = { path = "../../packages/tg3", version = "0.6.0-beta1" }
tg3 = { path = "../../packages/tg3", version = "0.6.0-rc2" }
cosmwasm-std = "1.0.0-beta"
schemars = "0.8.1"
serde = { version = "1", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/tgrade-validator-voting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library = []

[dependencies]
cw2 = "0.11.0"
tg3 = { path = "../../packages/tg3", version = "0.6.0-beta1" }
tg3 = { path = "../../packages/tg3", version = "0.6.0-rc2" }
cosmwasm-std = "1.0.0-beta"
schemars = "0.8.1"
serde = { version = "1", default-features = false, features = ["derive"] }
Expand Down
6 changes: 3 additions & 3 deletions packages/tg3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tg3"
version = "0.6.0-beta1"
version = "0.6.0-rc2"
authors = ["Bartłomiej Kuras <[email protected]>"]
edition = "2018"
description = "Tgrade-3 Interface: On-Chain MultiSig/Voting contracts"
Expand All @@ -12,8 +12,8 @@ license = "Apache-2.0"
cosmwasm-std = { version = "1.0.0-beta3" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
tg-bindings = { version = "0.6.0-beta1", path = "../../packages/bindings" }
tg-utils = { version = "0.6.0-beta1", path = "../../packages/utils" }
tg-bindings = { version = "0.6.0-rc2", path = "../../packages/bindings" }
tg-utils = { version = "0.6.0-rc2", path = "../../packages/utils" }

[dev-dependencies]
cosmwasm-schema = "1.0.0-beta"
2 changes: 1 addition & 1 deletion packages/voting-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0"

[dependencies]
cw-utils = "0.11.0"
tg3 = { path = "../../packages/tg3", version = "0.6.0-beta1" }
tg3 = { path = "../../packages/tg3", version = "0.6.0-rc2" }
cw-storage-plus = "0.11.0"
cosmwasm-std = "1.0.0-beta"
schemars = "0.8.1"
Expand Down

0 comments on commit 2878f6b

Please sign in to comment.