Skip to content

Commit

Permalink
Bump versions to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaether committed Jul 21, 2021
1 parent 80936e4 commit 4362fc3
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 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
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zeitgeist-primitives"
version = "0.1.1"
version = "0.1.2"
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ std = [
authors = ['Zeitgeist PM <[email protected]>']
edition = "2018"
name = "zeitgeist-runtime"
version = "0.1.1"
version = "0.1.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion zrml/market-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-market-commons"
version = "0.1.1"
version = "0.1.2"
2 changes: 1 addition & 1 deletion zrml/orderbook-v1/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-orderbook-v1"
version = "0.1.1"
version = "0.1.2"
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.1.1"
version = "0.1.2"
2 changes: 1 addition & 1 deletion zrml/rikiddo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-rikiddo"
version = "0.1.1"
version = "0.1.2"
2 changes: 1 addition & 1 deletion zrml/simple-disputes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-simple-disputes"
version = "0.1.1"
version = "0.1.2"
2 changes: 1 addition & 1 deletion zrml/swaps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ std = [
authors = ["Zeitgeist PM <[email protected]>"]
edition = "2018"
name = "zrml-swaps"
version = "0.1.1"
version = "0.1.2"
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.1.1"
version = "0.1.2"
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.1.1"
version = "0.1.2"

0 comments on commit 4362fc3

Please sign in to comment.