Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions to 0.2.1 #382

Merged
merged 10 commits into from Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Expand Up @@ -28,4 +28,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zeitgeist-primitives"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Expand Up @@ -235,7 +235,7 @@ txfilter = [
authors = ['Zeitgeist PM <contact@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"]
2 changes: 1 addition & 1 deletion zrml/authorized/Cargo.toml
Expand Up @@ -33,4 +33,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-authorized"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/court/Cargo.toml
Expand Up @@ -36,4 +36,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-court"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/liquidity-mining/Cargo.toml
Expand Up @@ -35,4 +35,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-liquidity-mining"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/market-commons/Cargo.toml
Expand Up @@ -19,4 +19,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-market-commons"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/orderbook-v1/Cargo.toml
Expand Up @@ -42,4 +42,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-orderbook-v1"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/prediction-markets/Cargo.toml
Expand Up @@ -70,4 +70,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-prediction-markets"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/prediction-markets/runtime-api/Cargo.toml
Expand Up @@ -15,4 +15,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-prediction-markets-runtime-api"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/rikiddo/Cargo.toml
Expand Up @@ -37,4 +37,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-rikiddo"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/simple-disputes/Cargo.toml
Expand Up @@ -33,4 +33,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-simple-disputes"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/swaps/Cargo.toml
Expand Up @@ -58,4 +58,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-swaps"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/swaps/rpc/Cargo.toml
Expand Up @@ -13,4 +13,4 @@ zrml-swaps-runtime-api = { default-features = false, features = ["std"], path =
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-swaps-rpc"
version = "0.2.0"
version = "0.2.1"
2 changes: 1 addition & 1 deletion zrml/swaps/runtime-api/Cargo.toml
Expand Up @@ -17,4 +17,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2018"
name = "zrml-swaps-runtime-api"
version = "0.2.0"
version = "0.2.1"