Skip to content

Commit

Permalink
Bump versions to v0.2.4 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 authored Feb 8, 2022
1 parent 589f23f commit 70705a0
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zeitgeist-primitives"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ txfilter = [
authors = ['Zeitgeist PM <[email protected]>']
edition = "2018"
name = "zeitgeist-runtime"
version = "0.2.3"
version = "0.2.4"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion zrml/authorized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-authorized"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/court/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-court"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/liquidity-mining/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-liquidity-mining"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/market-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-market-commons"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/orderbook-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-orderbook-v1"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/prediction-markets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-prediction-markets"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/prediction-markets/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-prediction-markets-runtime-api"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/rikiddo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-rikiddo"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/simple-disputes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-simple-disputes"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/swaps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-swaps"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/swaps/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ zrml-swaps-runtime-api = { default-features = false, features = ["std"], path =
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-swaps-rpc"
version = "0.2.3"
version = "0.2.4"
2 changes: 1 addition & 1 deletion zrml/swaps/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-swaps-runtime-api"
version = "0.2.3"
version = "0.2.4"

0 comments on commit 70705a0

Please sign in to comment.