diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 24547d278..f549a225c 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.0" +version = "0.1.1" authors = ["Acala Developers"] edition = "2018" @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0-rc2", default-features = false } frame-support = { version = "2.0.0-rc2", default-features = false } frame-system = { version = "2.0.0-rc2", default-features = false } -orml-traits = { path = "../traits", version = "0.1.0", default-features = false } +orml-traits = { path = "../traits", version = "0.1.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0-rc2", default-features = false } diff --git a/authority/Cargo.toml b/authority/Cargo.toml index dd3f2d486..d3327c6a2 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-authority" 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.0" +version = "0.1.1" authors = ["Acala Developers"] edition = "2018" @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0-rc2", default-features = false } frame-support = { version = "2.0.0-rc2", default-features = false } frame-system = { version = "2.0.0-rc2", default-features = false } -orml-traits = { path = "../traits", version = "0.1.0", default-features = false } +orml-traits = { path = "../traits", version = "0.1.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0-rc2", default-features = false } diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 3957c3f26..0b3492562 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.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 018b9e138..8ea47e357 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.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" @@ -17,7 +17,7 @@ sp-std = { version = "2.0.0-rc2", default-features = false } frame-support = { version = "2.0.0-rc2", default-features = false } frame-system = { version = "2.0.0-rc2", default-features = false } -orml-traits = { path = "../traits", version = "0.1.0", default-features = false } +orml-traits = { path = "../traits", version = "0.1.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0-rc2", default-features = false } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index bea23d15d..d5bd1c31e 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.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index f488b665b..8ed084df0 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.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" @@ -19,8 +19,8 @@ sp-std = { version = "2.0.0-rc2", default-features = false } frame-support = { version = "2.0.0-rc2", default-features = false } frame-system = { version = "2.0.0-rc2", default-features = false } -orml-traits = { path = "../traits", version = "0.1.0", default-features = false } -orml-utilities = { path = "../utilities", version = "0.1.0", default-features = false } +orml-traits = { path = "../traits", version = "0.1.1", default-features = false } +orml-utilities = { path = "../utilities", version = "0.1.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0-rc2", default-features = false } diff --git a/oracle/rpc/Cargo.toml b/oracle/rpc/Cargo.toml index 111e2a8f8..3db583e2b 100644 --- a/oracle/rpc/Cargo.toml +++ b/oracle/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-oracle-rpc" -version = "0.1.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/oracle/rpc/runtime-api/Cargo.toml b/oracle/rpc/runtime-api/Cargo.toml index 47a0a2ca9..5c6ca1b66 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.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/prices/Cargo.toml b/prices/Cargo.toml index dcceedc9d..bc7f086da 100644 --- a/prices/Cargo.toml +++ b/prices/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-prices" description = "Provide basic asset price abstraction." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/prices" license = "Apache-2.0" -version = "0.1.0" +version = "0.1.1" authors = ["Acala Developers"] edition = "2018" @@ -17,8 +17,8 @@ sp-std = { version = "2.0.0-rc2", default-features = false } frame-support = { version = "2.0.0-rc2", default-features = false } frame-system = { version = "2.0.0-rc2", default-features = false } -orml-traits = { path = "../traits", version = "0.1.0", default-features = false } -orml-utilities = { path = "../utilities", version = "0.1.0", default-features = false } +orml-traits = { path = "../traits", version = "0.1.1", default-features = false } +orml-utilities = { path = "../utilities", version = "0.1.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0-rc2", default-features = false } diff --git a/schedule-update/Cargo.toml b/schedule-update/Cargo.toml index a8deed8b4..995647f76 100644 --- a/schedule-update/Cargo.toml +++ b/schedule-update/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-schedule-update" description = "Provides way to schedule a call to be dispatched at later block." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/schedule-update" license = "Apache-2.0" -version = "0.1.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" @@ -14,7 +14,7 @@ frame-support = { version = "2.0.0-rc2", default-features = false } frame-system = { version = "2.0.0-rc2", default-features = false } sp-std = { version = "2.0.0-rc2", default-features = false } sp-runtime = { version = "2.0.0-rc2", default-features = false } -orml-traits = { path = "../traits", version = "0.1.0", default-features = false } +orml-traits = { path = "../traits", version = "0.1.1", default-features = false } [dev-dependencies] sp-io = { version = "2.0.0-rc2", default-features = false } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index c2cf4249c..a126f7369 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.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" @@ -17,8 +17,8 @@ sp-std = { version = "2.0.0-rc2", default-features = false } frame-support = { version = "2.0.0-rc2", default-features = false } frame-system = { version = "2.0.0-rc2", default-features = false } -orml-traits = { path = "../traits", version = "0.1.0", default-features = false } -orml-utilities = { path = "../utilities", version = "0.1.0", default-features = false } +orml-traits = { path = "../traits", version = "0.1.1", default-features = false } +orml-utilities = { path = "../utilities", version = "0.1.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.0-rc2", default-features = false } diff --git a/traits/Cargo.toml b/traits/Cargo.toml index dd48d2c56..1706a44e5 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.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index d0e4c742d..783b6170f 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.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018" diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 82c8e9952..a7475bd48 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.0" +version = "0.1.1" authors = ["Laminar Developers "] edition = "2018"