diff --git a/Cargo.lock b/Cargo.lock index 1c7324e43..623bc5c07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11850,7 +11850,7 @@ dependencies = [ [[package]] name = "zeitgeist-node" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -11912,7 +11912,7 @@ dependencies = [ [[package]] name = "zeitgeist-primitives" -version = "0.1.1" +version = "0.1.2" dependencies = [ "arbitrary", "frame-support", @@ -11928,7 +11928,7 @@ dependencies = [ [[package]] name = "zeitgeist-runtime" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cumulus-pallet-dmp-queue", "cumulus-pallet-parachain-system", @@ -12027,7 +12027,7 @@ dependencies = [ [[package]] name = "zrml-market-commons" -version = "0.1.1" +version = "0.1.2" dependencies = [ "frame-support", "frame-system", @@ -12038,7 +12038,7 @@ dependencies = [ [[package]] name = "zrml-orderbook-v1" -version = "0.1.1" +version = "0.1.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -12093,7 +12093,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets-runtime-api" -version = "0.1.1" +version = "0.1.2" dependencies = [ "parity-scale-codec", "sp-api", @@ -12102,7 +12102,7 @@ dependencies = [ [[package]] name = "zrml-rikiddo" -version = "0.1.1" +version = "0.1.2" dependencies = [ "frame-support", "frame-system", @@ -12118,7 +12118,7 @@ dependencies = [ [[package]] name = "zrml-simple-disputes" -version = "0.1.1" +version = "0.1.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -12138,7 +12138,7 @@ dependencies = [ [[package]] name = "zrml-swaps" -version = "0.1.1" +version = "0.1.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -12169,7 +12169,7 @@ dependencies = [ [[package]] name = "zrml-swaps-rpc" -version = "0.1.1" +version = "0.1.2" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -12184,7 +12184,7 @@ dependencies = [ [[package]] name = "zrml-swaps-runtime-api" -version = "0.1.1" +version = "0.1.2" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/node/Cargo.toml b/node/Cargo.toml index aa9465e93..781f14692 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -130,7 +130,7 @@ description = 'An evolving blockchain for prediction markets and futarchy.' edition = '2018' homepage = 'https://zeitgeist.market' name = 'zeitgeist-node' -version = '0.1.1' +version = '0.1.2' [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index c35069fa2..d5d19e748 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -28,4 +28,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zeitgeist-primitives" -version = "0.1.1" \ No newline at end of file +version = "0.1.2" \ No newline at end of file diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a206c5aad..87a3f05fe 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -206,7 +206,7 @@ std = [ authors = ['Zeitgeist PM '] edition = "2018" name = "zeitgeist-runtime" -version = "0.1.1" +version = "0.1.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/zrml/market-commons/Cargo.toml b/zrml/market-commons/Cargo.toml index 224b47e23..c5047488a 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.1.1" +version = "0.1.2" diff --git a/zrml/orderbook-v1/Cargo.toml b/zrml/orderbook-v1/Cargo.toml index f9bcee924..ec6390c65 100644 --- a/zrml/orderbook-v1/Cargo.toml +++ b/zrml/orderbook-v1/Cargo.toml @@ -36,4 +36,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-orderbook-v1" -version = "0.1.1" +version = "0.1.2" diff --git a/zrml/prediction-markets/runtime-api/Cargo.toml b/zrml/prediction-markets/runtime-api/Cargo.toml index 9857af761..97681f38b 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.1.1" +version = "0.1.2" diff --git a/zrml/rikiddo/Cargo.toml b/zrml/rikiddo/Cargo.toml index 1f1232326..66258aca4 100644 --- a/zrml/rikiddo/Cargo.toml +++ b/zrml/rikiddo/Cargo.toml @@ -29,4 +29,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-rikiddo" -version = "0.1.1" +version = "0.1.2" diff --git a/zrml/simple-disputes/Cargo.toml b/zrml/simple-disputes/Cargo.toml index bfcca1606..ec76295d9 100644 --- a/zrml/simple-disputes/Cargo.toml +++ b/zrml/simple-disputes/Cargo.toml @@ -39,4 +39,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-simple-disputes" -version = "0.1.1" +version = "0.1.2" diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index 526fc8993..2dff8b661 100644 --- a/zrml/swaps/Cargo.toml +++ b/zrml/swaps/Cargo.toml @@ -50,4 +50,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2018" name = "zrml-swaps" -version = "0.1.1" +version = "0.1.2" diff --git a/zrml/swaps/rpc/Cargo.toml b/zrml/swaps/rpc/Cargo.toml index cdbdf5c32..b8af4e4e0 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.1.1" +version = "0.1.2" diff --git a/zrml/swaps/runtime-api/Cargo.toml b/zrml/swaps/runtime-api/Cargo.toml index 0daafab4b..4bc357fe1 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.1.1" +version = "0.1.2"