From 3c5add7d379d1b845f73a6c07cc96685baa8e2f9 Mon Sep 17 00:00:00 2001 From: Xiliang Chen Date: Fri, 18 Sep 2020 00:03:36 +1200 Subject: [PATCH] bump version (#288) --- auction/Cargo.toml | 4 ++-- authority/Cargo.toml | 4 ++-- benchmarking/Cargo.toml | 2 +- currencies/Cargo.toml | 4 ++-- gradually-update/Cargo.toml | 2 +- oracle/Cargo.toml | 6 +++--- oracle/rpc/Cargo.toml | 2 +- oracle/rpc/runtime-api/Cargo.toml | 2 +- rewards/Cargo.toml | 4 ++-- tokens/Cargo.toml | 4 ++-- traits/Cargo.toml | 2 +- utilities/Cargo.toml | 2 +- vesting/Cargo.toml | 2 +- 13 files changed, 20 insertions(+), 20 deletions(-) diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 820ea4d40..310e34676 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -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" @@ -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 } diff --git a/authority/Cargo.toml b/authority/Cargo.toml index 3c99d71be..61d5e62f0 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -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" @@ -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 } diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 77515fe0a..14a9dffa8 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -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 "] edition = "2018" diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 43c95db98..e8c0eefd8 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -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 "] edition = "2018" @@ -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 } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index ed904c86d..44b9f038f 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -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 "] edition = "2018" diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index c1328d541..ea383b4bb 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -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 "] edition = "2018" @@ -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 } diff --git a/oracle/rpc/Cargo.toml b/oracle/rpc/Cargo.toml index b745f2b46..ebd25a5d9 100644 --- a/oracle/rpc/Cargo.toml +++ b/oracle/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-oracle-rpc" -version = "0.1.3-dev" +version = "0.2.0" authors = ["Laminar Developers "] edition = "2018" diff --git a/oracle/rpc/runtime-api/Cargo.toml b/oracle/rpc/runtime-api/Cargo.toml index b81c91c5f..188a4793b 100644 --- a/oracle/rpc/runtime-api/Cargo.toml +++ b/oracle/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-oracle-rpc-runtime-api" -version = "0.1.3-dev" +version = "0.2.0" authors = ["Laminar Developers "] edition = "2018" diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index 98b643005..5042ca2fa 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -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" @@ -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 } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 4b8142f9d..02172739a 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -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 "] edition = "2018" @@ -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 } diff --git a/traits/Cargo.toml b/traits/Cargo.toml index b2672f3b8..4b97d3da9 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -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 "] edition = "2018" diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 41807c9b5..11b992e19 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -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 "] edition = "2018" diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 9c73227a7..53999bdc2 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -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 "] edition = "2018"