Skip to content

Commit

Permalink
Merge pull request #1 from zeitgeistpm/bump-versions
Browse files Browse the repository at this point in the history
Bump versions to v0.4.3
  • Loading branch information
sea212 committed Dec 13, 2023
2 parents 9eeae56 + 2940338 commit 0fd61d6
Show file tree
Hide file tree
Showing 24 changed files with 44 additions and 44 deletions.
42 changes: 21 additions & 21 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 @@ -187,7 +187,7 @@ description = "An evolving blockchain for prediction markets and futarchy."
edition = "2021"
homepage = "https://zeitgeist.pm"
name = "zeitgeist-node"
version = "0.4.2"
version = "0.4.3"

[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 @@ -37,4 +37,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zeitgeist-primitives"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion runtime/battery-station/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "battery-station-runtime"
version = "0.4.2"
version = "0.4.3"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion runtime/battery-station/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("zeitgeist"),
impl_name: create_runtime_str!("zeitgeist"),
authoring_version: 1,
spec_version: 51,
spec_version: 52,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 26,
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "common-runtime"
version = "0.4.2"
version = "0.4.3"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion runtime/zeitgeist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zeitgeist-runtime"
version = "0.4.2"
version = "0.4.3"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion runtime/zeitgeist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("zeitgeist"),
impl_name: create_runtime_str!("zeitgeist"),
authoring_version: 1,
spec_version: 51,
spec_version: 52,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 26,
Expand Down
2 changes: 1 addition & 1 deletion zrml/authorized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-authorized"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/court/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-court"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/global-disputes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-global-disputes"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/liquidity-mining/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-liquidity-mining"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/market-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-market-commons"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/neo-swaps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-neo-swaps"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/orderbook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-orderbook"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/parimutuel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-parimutuel"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/prediction-markets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-prediction-markets"
version = "0.4.2"
version = "0.4.3"
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 <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-prediction-markets-runtime-api"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/rikiddo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-rikiddo"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/simple-disputes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-simple-disputes"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/styx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-styx"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/swaps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-swaps"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/swaps/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ zrml-swaps-runtime-api = { workspace = true, features = ["default"] }
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-swaps-rpc"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion zrml/swaps/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition = "2021"
name = "zrml-swaps-runtime-api"
version = "0.4.2"
version = "0.4.3"

0 comments on commit 0fd61d6

Please sign in to comment.