From 70705a0df647148df52fba199b466bb1d3af92a7 Mon Sep 17 00:00:00 2001 From: Harald Heckmann Date: Tue, 8 Feb 2022 18:55:19 +0100 Subject: [PATCH] Bump versions to v0.2.4 (#450) --- 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 +- zrml/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 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index e3f11574e..ad7bdb635 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.3' +version = '0.2.4' [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index dec88e08e..4a419faf7 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.3" +version = "0.2.4" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 597dcfa2b..fcf05f21f 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -256,7 +256,7 @@ txfilter = [ authors = ['Zeitgeist PM '] edition = "2018" name = "zeitgeist-runtime" -version = "0.2.3" +version = "0.2.4" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/zrml/authorized/Cargo.toml b/zrml/authorized/Cargo.toml index db368c6fd..c1e6af8ce 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.3" +version = "0.2.4" diff --git a/zrml/court/Cargo.toml b/zrml/court/Cargo.toml index a424ac879..91f880fb1 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.3" +version = "0.2.4" diff --git a/zrml/liquidity-mining/Cargo.toml b/zrml/liquidity-mining/Cargo.toml index b1b0d6c59..b068b2a98 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.3" +version = "0.2.4" diff --git a/zrml/market-commons/Cargo.toml b/zrml/market-commons/Cargo.toml index 00e59e521..070c99078 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.3" +version = "0.2.4" diff --git a/zrml/orderbook-v1/Cargo.toml b/zrml/orderbook-v1/Cargo.toml index 75735bb6e..0a8d23261 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.3" +version = "0.2.4" diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index 65b731629..da83dd545 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.3" +version = "0.2.4" diff --git a/zrml/prediction-markets/runtime-api/Cargo.toml b/zrml/prediction-markets/runtime-api/Cargo.toml index 7b73955a2..452f0a63c 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.3" +version = "0.2.4" diff --git a/zrml/rikiddo/Cargo.toml b/zrml/rikiddo/Cargo.toml index cda92b037..cf3169ba0 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.3" +version = "0.2.4" diff --git a/zrml/simple-disputes/Cargo.toml b/zrml/simple-disputes/Cargo.toml index 11c56ad17..6478c8bc8 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.3" +version = "0.2.4" diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index 5d3dd28eb..fe23aea15 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.3" +version = "0.2.4" diff --git a/zrml/swaps/rpc/Cargo.toml b/zrml/swaps/rpc/Cargo.toml index d70df39f3..1877fd0bb 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.3" +version = "0.2.4" diff --git a/zrml/swaps/runtime-api/Cargo.toml b/zrml/swaps/runtime-api/Cargo.toml index 7dd185e1f..b5ae5b87d 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.3" +version = "0.2.4"