diff --git a/Cargo.lock b/Cargo.lock index f295aee82..8c7f570cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12172,7 +12172,7 @@ dependencies = [ [[package]] name = "zeitgeist-node" -version = "0.2.0" +version = "0.2.1" dependencies = [ "cfg-if 1.0.0", "cumulus-client-cli", @@ -12236,7 +12236,7 @@ dependencies = [ [[package]] name = "zeitgeist-primitives" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arbitrary", "frame-support", @@ -12252,7 +12252,7 @@ dependencies = [ [[package]] name = "zeitgeist-runtime" -version = "0.2.0" +version = "0.2.1" dependencies = [ "cumulus-pallet-dmp-queue", "cumulus-pallet-parachain-system", @@ -12347,7 +12347,7 @@ dependencies = [ [[package]] name = "zrml-authorized" -version = "0.2.0" +version = "0.2.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -12363,7 +12363,7 @@ dependencies = [ [[package]] name = "zrml-court" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arrayvec 0.7.1", "frame-benchmarking", @@ -12382,7 +12382,7 @@ dependencies = [ [[package]] name = "zrml-liquidity-mining" -version = "0.2.0" +version = "0.2.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -12399,7 +12399,7 @@ dependencies = [ [[package]] name = "zrml-market-commons" -version = "0.2.0" +version = "0.2.1" dependencies = [ "frame-support", "frame-system", @@ -12410,7 +12410,7 @@ dependencies = [ [[package]] name = "zrml-orderbook-v1" -version = "0.2.0" +version = "0.2.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -12438,7 +12438,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets" -version = "0.2.0" +version = "0.2.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -12481,7 +12481,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets-runtime-api" -version = "0.2.0" +version = "0.2.1" dependencies = [ "parity-scale-codec", "sp-api", @@ -12490,7 +12490,7 @@ dependencies = [ [[package]] name = "zrml-rikiddo" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arbitrary", "cfg-if 1.0.0", @@ -12522,7 +12522,7 @@ dependencies = [ [[package]] name = "zrml-simple-disputes" -version = "0.2.0" +version = "0.2.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -12538,7 +12538,7 @@ dependencies = [ [[package]] name = "zrml-swaps" -version = "0.2.0" +version = "0.2.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -12573,7 +12573,7 @@ dependencies = [ [[package]] name = "zrml-swaps-rpc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -12588,7 +12588,7 @@ dependencies = [ [[package]] name = "zrml-swaps-runtime-api" -version = "0.2.0" +version = "0.2.1" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/node/Cargo.toml b/node/Cargo.toml index 2b785cf55..ba0b10e3d 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -132,7 +132,7 @@ description = 'An evolving blockchain for prediction markets and futarchy.' edition = '2018' homepage = 'https://zeitgeist.market' name = 'zeitgeist-node' -version = '0.2.0' +version = '0.2.1' [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 360a87e3b..798060fba 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -28,4 +28,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zeitgeist-primitives" -version = "0.2.0" \ No newline at end of file +version = "0.2.1" \ No newline at end of file diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index d3f0f78c2..b08d439fc 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -235,7 +235,7 @@ txfilter = [ authors = ['Zeitgeist PM '] edition = "2018" name = "zeitgeist-runtime" -version = "0.2.0" +version = "0.2.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/zrml/authorized/Cargo.toml b/zrml/authorized/Cargo.toml index 09de2629f..d84b89916 100644 --- a/zrml/authorized/Cargo.toml +++ b/zrml/authorized/Cargo.toml @@ -33,4 +33,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-authorized" -version = "0.2.0" +version = "0.2.1" diff --git a/zrml/court/Cargo.toml b/zrml/court/Cargo.toml index 1cb4165cf..951e5e699 100644 --- a/zrml/court/Cargo.toml +++ b/zrml/court/Cargo.toml @@ -36,4 +36,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-court" -version = "0.2.0" +version = "0.2.1" diff --git a/zrml/liquidity-mining/Cargo.toml b/zrml/liquidity-mining/Cargo.toml index b12f1224b..18c3a0134 100644 --- a/zrml/liquidity-mining/Cargo.toml +++ b/zrml/liquidity-mining/Cargo.toml @@ -35,4 +35,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-liquidity-mining" -version = "0.2.0" +version = "0.2.1" diff --git a/zrml/market-commons/Cargo.toml b/zrml/market-commons/Cargo.toml index ace219f0f..497f93701 100644 --- a/zrml/market-commons/Cargo.toml +++ b/zrml/market-commons/Cargo.toml @@ -19,4 +19,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-market-commons" -version = "0.2.0" +version = "0.2.1" diff --git a/zrml/orderbook-v1/Cargo.toml b/zrml/orderbook-v1/Cargo.toml index 2a10d5b82..64f0b3306 100644 --- a/zrml/orderbook-v1/Cargo.toml +++ b/zrml/orderbook-v1/Cargo.toml @@ -42,4 +42,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-orderbook-v1" -version = "0.2.0" +version = "0.2.1" diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index 4b21276f7..b0eeb7d38 100644 --- a/zrml/prediction-markets/Cargo.toml +++ b/zrml/prediction-markets/Cargo.toml @@ -70,4 +70,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-prediction-markets" -version = "0.2.0" +version = "0.2.1" diff --git a/zrml/prediction-markets/runtime-api/Cargo.toml b/zrml/prediction-markets/runtime-api/Cargo.toml index 200aabee3..837a8a1f1 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.0" +version = "0.2.1" diff --git a/zrml/rikiddo/Cargo.toml b/zrml/rikiddo/Cargo.toml index e91917170..5a586df89 100644 --- a/zrml/rikiddo/Cargo.toml +++ b/zrml/rikiddo/Cargo.toml @@ -37,4 +37,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-rikiddo" -version = "0.2.0" +version = "0.2.1" diff --git a/zrml/simple-disputes/Cargo.toml b/zrml/simple-disputes/Cargo.toml index 6062e8669..e15b9e57d 100644 --- a/zrml/simple-disputes/Cargo.toml +++ b/zrml/simple-disputes/Cargo.toml @@ -33,4 +33,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-simple-disputes" -version = "0.2.0" +version = "0.2.1" diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index 0f97be0d8..57e8a388f 100644 --- a/zrml/swaps/Cargo.toml +++ b/zrml/swaps/Cargo.toml @@ -58,4 +58,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-swaps" -version = "0.2.0" +version = "0.2.1" diff --git a/zrml/swaps/rpc/Cargo.toml b/zrml/swaps/rpc/Cargo.toml index dc8fa5547..3949af116 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.0" +version = "0.2.1" diff --git a/zrml/swaps/runtime-api/Cargo.toml b/zrml/swaps/runtime-api/Cargo.toml index 69b4a2439..02a4a7308 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.0" +version = "0.2.1"