diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 648e77125..5970cf24f 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.3.1-dev" +version = "0.3.1" authors = ["Acala Developers"] edition = "2018" @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0", default-features = false } frame-support = { version = "2.0.0", default-features = false } frame-system = { version = "2.0.0", default-features = false } -orml-traits = { path = "../traits", version = "0.3.1-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.3.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0", default-features = false } diff --git a/authority/Cargo.toml b/authority/Cargo.toml index fb81396aa..09d5e246d 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.3.1-dev" +version = "0.3.1" authors = ["Acala Developers"] edition = "2018" @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0", default-features = false } frame-support = { version = "2.0.0", default-features = false } frame-system = { version = "2.0.0", default-features = false } -orml-traits = { path = "../traits", version = "0.3.1-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.3.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0", default-features = false } diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 97de868aa..8176fdfcb 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.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 89a642d4b..e8530a753 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.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018" @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0", default-features = false } frame-support = { version = "2.0.0", default-features = false } frame-system = { version = "2.0.0", default-features = false } -orml-traits = { path = "../traits", version = "0.3.1-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.3.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0", default-features = false } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index 50d766bd6..44fc99b85 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.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index c2cb4ebfc..3c193e15b 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.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018" @@ -19,8 +19,8 @@ sp-std = { version = "2.0.0", default-features = false } frame-support = { version = "2.0.0", default-features = false } frame-system = { version = "2.0.0", default-features = false } -orml-traits = { path = "../traits", version = "0.3.1-dev", default-features = false } -orml-utilities = { path = "../utilities", version = "0.3.1-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.3.1", default-features = false } +orml-utilities = { path = "../utilities", version = "0.3.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0", default-features = false } diff --git a/oracle/rpc/Cargo.toml b/oracle/rpc/Cargo.toml index 69a4c9c9e..fab1da974 100644 --- a/oracle/rpc/Cargo.toml +++ b/oracle/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-oracle-rpc" -version = "0.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/oracle/rpc/runtime-api/Cargo.toml b/oracle/rpc/runtime-api/Cargo.toml index 44f4ca7ca..4c66fc35b 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.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index ea58966f6..87aaa7818 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.3.1-dev" +version = "0.3.1" authors = ["Acala Developers"] edition = "2018" @@ -15,7 +15,7 @@ sp-io = { version = "2.0.0", default-features = false } sp-std = { version = "2.0.0", default-features = false } frame-support = { version = "2.0.0", default-features = false } frame-system = { version = "2.0.0", default-features = false } -orml-traits = { path = "../traits", version = "0.3.1-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.3.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0", default-features = false } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 0cf875375..d08810f7c 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.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018" @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0", default-features = false } frame-support = { version = "2.0.0", default-features = false } frame-system = { version = "2.0.0", default-features = false } -orml-traits = { path = "../traits", version = "0.3.1-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.3.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0", default-features = false } diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 4e29166b6..46a34f7ed 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.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index c3bd4c34c..75f12c418 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.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 768dfdd68..11ff8972c 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.3.1-dev" +version = "0.3.1" authors = ["Laminar Developers "] edition = "2018"