Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-yeo committed Jun 24, 2021
1 parent 6d8c625 commit 44e1842
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions contracts/mirror_collateral_oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-collateral-oracle"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "A proxy oracle for collaterals in Mirror Protocol"
Expand Down Expand Up @@ -36,7 +36,7 @@ backtraces = ["cosmwasm-std/backtraces"]
[dependencies]
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
terraswap = "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_collector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-collector"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "A Collector contract for Mirror Protocol - collect all swap rewards and send it to staking contract"
Expand Down Expand Up @@ -37,7 +37,7 @@ backtraces = ["cosmwasm-std/backtraces"]
cw20 = "0.2"
cosmwasm-std = { version = "0.10.1" }
cosmwasm-storage = { version = "0.10.1" }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
terraswap = "1.1.0"
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_community/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-community"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "A Community contract for Mirror Protocol - Keeps premined MIR token which can be used through Gov proposal"
Expand Down Expand Up @@ -40,7 +40,7 @@ singlepass = ["cosmwasm-vm/default-singlepass"]
cw20 = "0.2"
cosmwasm-std = { version = "0.10.1" }
cosmwasm-storage = { version = "0.10.1" }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_factory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-factory"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "A Factory contract for Mirror Protocol - mint mirror token and distribute it to registered staking contracts"
Expand Down Expand Up @@ -40,7 +40,7 @@ singlepass = ["cosmwasm-vm/default-singlepass"]
cw20 = "0.2"
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
terraswap = "1.1.0"
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_gov/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-gov"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -41,7 +41,7 @@ singlepass = ["cosmwasm-vm/default-singlepass"]
cw20 = "0.2"
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
hex = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_limit_order/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-limit-order"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "A limit order contract for Mirror Protocol - provides limit order features"
Expand Down Expand Up @@ -38,7 +38,7 @@ cw20 = "0.2"
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
integer-sqrt = "0.1.5"
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
terraswap = "1.2.0"
terra-cosmwasm = "1.2.3"
schemars = "0.7"
Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_lock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-lock"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "A Lock contract for Mirror Protocol - mint contract to lock funds for shorting positions"
Expand Down Expand Up @@ -37,7 +37,7 @@ backtraces = ["cosmwasm-std/backtraces"]
cw20 = { version = "0.2" }
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
terraswap = "1.1.0"
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_mint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-mint"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "A Mint contract for Mirror Protocol - allows you to register and mint asset token"
Expand Down Expand Up @@ -37,7 +37,7 @@ backtraces = ["cosmwasm-std/backtraces"]
cw20 = { version = "0.2" }
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
terraswap = "1.1.0"
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-oracle"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "A Oracle contract for Mirror Protocol - allows you to feed asset oracle price with owner key"
Expand Down Expand Up @@ -36,7 +36,7 @@ backtraces = ["cosmwasm-std/backtraces"]
[dependencies]
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_short_reward/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-short-reward"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "Short Reward contract for Mirror Protocol - implements the short reward weight calculation"
Expand Down Expand Up @@ -35,7 +35,7 @@ backtraces = ["cosmwasm-std/backtraces"]

[dependencies]
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

Expand Down
4 changes: 2 additions & 2 deletions contracts/mirror_staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-staking"
version = "1.1.0"
version = "0.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "A Staking contract for Mirror Protocol - distribute rewards to stakers"
Expand Down Expand Up @@ -38,7 +38,7 @@ cw20 = "0.2"
terraswap = "1.1.0"
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
mirror-protocol = { version = "1.1.0", path = "../../packages/mirror_protocol" }
mirror-protocol = { version = "2.0.0", path = "../../packages/mirror_protocol" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion packages/mirror_protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-protocol"
version = "1.1.0"
version = "2.0.0"
authors = ["Terraform Labs, PTE."]
edition = "2018"
description = "Common helpers for mirror-protocol"
Expand Down

0 comments on commit 44e1842

Please sign in to comment.