Skip to content

Commit

Permalink
bump version (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Sep 17, 2020
1 parent 2a55e07 commit 3c5add7
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-auction"
description = "Auction module that implements `Auction` trait."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Acala Developers"]
edition = "2018"

Expand All @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0-rc6", default-features = false }
frame-support = { version = "2.0.0-rc6", default-features = false }
frame-system = { version = "2.0.0-rc6", default-features = false }

orml-traits = { path = "../traits", version = "0.1.3-dev", default-features = false }
orml-traits = { path = "../traits", version = "0.2.0", default-features = false }

[dev-dependencies]
sp-core = { version = "2.0.0-rc6", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions authority/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-authority"
description = "Utility pallet to perform ROOT calls in a PoA network"
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Acala Developers"]
edition = "2018"

Expand All @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0-rc6", default-features = false }
frame-support = { version = "2.0.0-rc6", default-features = false }
frame-system = { version = "2.0.0-rc6", default-features = false }

orml-traits = { path = "../traits", version = "0.1.3-dev", default-features = false }
orml-traits = { path = "../traits", version = "0.2.0", default-features = false }

[dev-dependencies]
sp-core = { version = "2.0.0-rc6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-benchmarking"
description = "Provide macro to benchmark Substrate runtime."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/benchmarking"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions currencies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-currencies"
description = "Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/currencies"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand All @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0-rc6", default-features = false }
frame-support = { version = "2.0.0-rc6", default-features = false }
frame-system = { version = "2.0.0-rc6", default-features = false }

orml-traits = { path = "../traits", version = "0.1.3-dev", default-features = false }
orml-traits = { path = "../traits", version = "0.2.0", default-features = false }

[dev-dependencies]
sp-core = { version = "2.0.0-rc6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion gradually-update/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-gradually-update"
description = "Provides way to adjust numeric parameter gradually over a period of time."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/gradually-update"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-oracle"
description = "Oracle module that makes off-chain data available on-chain."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/oracle"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand All @@ -19,8 +19,8 @@ sp-std = { version = "2.0.0-rc6", default-features = false }
frame-support = { version = "2.0.0-rc6", default-features = false }
frame-system = { version = "2.0.0-rc6", default-features = false }

orml-traits = { path = "../traits", version = "0.1.3-dev", default-features = false }
orml-utilities = { path = "../utilities", version = "0.1.3-dev", default-features = false }
orml-traits = { path = "../traits", version = "0.2.0", default-features = false }
orml-utilities = { path = "../utilities", version = "0.2.0", default-features = false }

[dev-dependencies]
sp-core = { version = "2.0.0-rc6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion oracle/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orml-oracle-rpc"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion oracle/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orml-oracle-rpc-runtime-api"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-rewards"
description = "Store and manage shares and rewards"
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/rewards"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Acala Developers"]
edition = "2018"

Expand All @@ -15,7 +15,7 @@ sp-io = { version = "2.0.0-rc6", default-features = false }
sp-std = { version = "2.0.0-rc6", default-features = false }
frame-support = { version = "2.0.0-rc6", default-features = false }
frame-system = { version = "2.0.0-rc6", default-features = false }
orml-traits = { path = "../traits", version = "0.1.3-dev", default-features = false }
orml-traits = { path = "../traits", version = "0.2.0", default-features = false }

[dev-dependencies]
sp-core = { version = "2.0.0-rc6", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-tokens"
description = "Fungible tokens module that implements `MultiCurrency` trait."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand All @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0-rc6", default-features = false }
frame-support = { version = "2.0.0-rc6", default-features = false }
frame-system = { version = "2.0.0-rc6", default-features = false }

orml-traits = { path = "../traits", version = "0.1.3-dev", default-features = false }
orml-traits = { path = "../traits", version = "0.2.0", default-features = false }

[dev-dependencies]
sp-core = { version = "2.0.0-rc6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-traits"
description = "Shared traits including `BasicCurrency`, `MultiCurrency`, `Auction` and more."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/traits"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion utilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-utilities"
description = "Various utilities including `FixedU128` and `LinkedList`."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/utilities"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion vesting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orml-vesting"
description = "Provides scheduled balance locking mechanism, in a *graded vesting* way."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/vesting"
license = "Apache-2.0"
version = "0.1.3-dev"
version = "0.2.0"
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"

Expand Down

0 comments on commit 3c5add7

Please sign in to comment.