From af40d95a262da9e9ee1c6eedc34363ae6cb86ded Mon Sep 17 00:00:00 2001 From: Harald Heckmann Date: Mon, 31 Jan 2022 20:02:01 +0100 Subject: [PATCH] Bump versions to v0.2.3 (#442) --- Cargo.lock | 30 +++++++++---------- node/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- zrml/authorized/Cargo.toml | 2 +- zrml/court/Cargo.toml | 2 +- zrml/liquidity-mining/Cargo.toml | 2 +- zrml/market-commons/Cargo.toml | 2 +- zrml/orderbook-v1/Cargo.toml | 2 +- zrml/prediction-markets/Cargo.toml | 2 +- .../prediction-markets/runtime-api/Cargo.toml | 2 +- zrml/rikiddo/Cargo.toml | 2 +- zrml/simple-disputes/Cargo.toml | 2 +- zrml/swaps/Cargo.toml | 2 +- zrml/swaps/rpc/Cargo.toml | 2 +- zrml/swaps/runtime-api/Cargo.toml | 2 +- 16 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3454ff387..ab9d8b2ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11641,7 +11641,7 @@ dependencies = [ [[package]] name = "zeitgeist-node" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cfg-if 1.0.0", "cumulus-client-cli", @@ -11710,7 +11710,7 @@ dependencies = [ [[package]] name = "zeitgeist-primitives" -version = "0.2.2" +version = "0.2.3" dependencies = [ "arbitrary", "frame-support", @@ -11727,7 +11727,7 @@ dependencies = [ [[package]] name = "zeitgeist-runtime" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cfg-if 1.0.0", "cumulus-pallet-dmp-queue", @@ -11825,7 +11825,7 @@ dependencies = [ [[package]] name = "zrml-authorized" -version = "0.2.2" +version = "0.2.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -11842,7 +11842,7 @@ dependencies = [ [[package]] name = "zrml-court" -version = "0.2.2" +version = "0.2.3" dependencies = [ "arrayvec 0.7.2", "frame-benchmarking", @@ -11862,7 +11862,7 @@ dependencies = [ [[package]] name = "zrml-liquidity-mining" -version = "0.2.2" +version = "0.2.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -11880,7 +11880,7 @@ dependencies = [ [[package]] name = "zrml-market-commons" -version = "0.2.2" +version = "0.2.3" dependencies = [ "frame-support", "frame-system", @@ -11892,7 +11892,7 @@ dependencies = [ [[package]] name = "zrml-orderbook-v1" -version = "0.2.2" +version = "0.2.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -11921,7 +11921,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets" -version = "0.2.2" +version = "0.2.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -11965,7 +11965,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets-runtime-api" -version = "0.2.2" +version = "0.2.3" dependencies = [ "parity-scale-codec", "sp-api", @@ -11974,7 +11974,7 @@ dependencies = [ [[package]] name = "zrml-rikiddo" -version = "0.2.2" +version = "0.2.3" dependencies = [ "arbitrary", "cfg-if 1.0.0", @@ -12007,7 +12007,7 @@ dependencies = [ [[package]] name = "zrml-simple-disputes" -version = "0.2.2" +version = "0.2.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -12024,7 +12024,7 @@ dependencies = [ [[package]] name = "zrml-swaps" -version = "0.2.2" +version = "0.2.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -12060,7 +12060,7 @@ dependencies = [ [[package]] name = "zrml-swaps-rpc" -version = "0.2.2" +version = "0.2.3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -12075,7 +12075,7 @@ dependencies = [ [[package]] name = "zrml-swaps-runtime-api" -version = "0.2.2" +version = "0.2.3" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/node/Cargo.toml b/node/Cargo.toml index e1599e2d4..8067549bc 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -139,7 +139,7 @@ description = 'An evolving blockchain for prediction markets and futarchy.' edition = "2018" homepage = 'https://zeitgeist.market' name = 'zeitgeist-node' -version = '0.2.2' +version = '0.2.3' [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index b1c93a5eb..77830d242 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -30,4 +30,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zeitgeist-primitives" -version = "0.2.2" \ No newline at end of file +version = "0.2.3" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 5e1b251da..0bfea13a2 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -253,7 +253,7 @@ txfilter = [ authors = ['Zeitgeist PM '] edition = "2018" name = "zeitgeist-runtime" -version = "0.2.2" +version = "0.2.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/zrml/authorized/Cargo.toml b/zrml/authorized/Cargo.toml index 8aa642793..5a8eb878e 100644 --- a/zrml/authorized/Cargo.toml +++ b/zrml/authorized/Cargo.toml @@ -34,4 +34,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-authorized" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/court/Cargo.toml b/zrml/court/Cargo.toml index 54c055d2a..852dd1087 100644 --- a/zrml/court/Cargo.toml +++ b/zrml/court/Cargo.toml @@ -37,4 +37,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-court" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/liquidity-mining/Cargo.toml b/zrml/liquidity-mining/Cargo.toml index 7f75ff3ad..8a6b8724b 100644 --- a/zrml/liquidity-mining/Cargo.toml +++ b/zrml/liquidity-mining/Cargo.toml @@ -36,4 +36,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-liquidity-mining" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/market-commons/Cargo.toml b/zrml/market-commons/Cargo.toml index febf33cb6..7cc0cc264 100644 --- a/zrml/market-commons/Cargo.toml +++ b/zrml/market-commons/Cargo.toml @@ -20,4 +20,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-market-commons" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/orderbook-v1/Cargo.toml b/zrml/orderbook-v1/Cargo.toml index ae59cfafc..035971a68 100644 --- a/zrml/orderbook-v1/Cargo.toml +++ b/zrml/orderbook-v1/Cargo.toml @@ -43,4 +43,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-orderbook-v1" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index 3fb90b754..c73a62d96 100644 --- a/zrml/prediction-markets/Cargo.toml +++ b/zrml/prediction-markets/Cargo.toml @@ -71,4 +71,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-prediction-markets" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/prediction-markets/runtime-api/Cargo.toml b/zrml/prediction-markets/runtime-api/Cargo.toml index 088f3f0b2..453c5d3dc 100644 --- a/zrml/prediction-markets/runtime-api/Cargo.toml +++ b/zrml/prediction-markets/runtime-api/Cargo.toml @@ -15,4 +15,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-prediction-markets-runtime-api" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/rikiddo/Cargo.toml b/zrml/rikiddo/Cargo.toml index a0395a7e4..da2003f84 100644 --- a/zrml/rikiddo/Cargo.toml +++ b/zrml/rikiddo/Cargo.toml @@ -38,4 +38,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-rikiddo" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/simple-disputes/Cargo.toml b/zrml/simple-disputes/Cargo.toml index 6ddea0535..0cb265513 100644 --- a/zrml/simple-disputes/Cargo.toml +++ b/zrml/simple-disputes/Cargo.toml @@ -34,4 +34,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-simple-disputes" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index e44ad7713..8bd41e625 100644 --- a/zrml/swaps/Cargo.toml +++ b/zrml/swaps/Cargo.toml @@ -59,4 +59,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-swaps" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/swaps/rpc/Cargo.toml b/zrml/swaps/rpc/Cargo.toml index 8ae9fd2ab..2185765ac 100644 --- a/zrml/swaps/rpc/Cargo.toml +++ b/zrml/swaps/rpc/Cargo.toml @@ -13,4 +13,4 @@ zrml-swaps-runtime-api = { default-features = false, features = ["std"], path = authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-swaps-rpc" -version = "0.2.2" +version = "0.2.3" diff --git a/zrml/swaps/runtime-api/Cargo.toml b/zrml/swaps/runtime-api/Cargo.toml index 918dc2400..3ddd37935 100644 --- a/zrml/swaps/runtime-api/Cargo.toml +++ b/zrml/swaps/runtime-api/Cargo.toml @@ -17,4 +17,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-swaps-runtime-api" -version = "0.2.2" +version = "0.2.3"