Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann committed Aug 27, 2024
1 parent 16dae64 commit 921b8aa
Show file tree
Hide file tree
Showing 23 changed files with 44 additions and 44 deletions.
40 changes: 20 additions & 20 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 macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zeitgeist-macros"
version = "0.5.4"
version = "0.5.5"
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.workspace = true
homepage = "https://zeitgeist.pm"
name = "zeitgeist-node"
version = "0.5.4"
version = "0.5.5"

[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 @@ -39,4 +39,4 @@ std = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zeitgeist-primitives"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion runtime/battery-station/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ force-debug = ["sp-debug-derive/force-debug"]
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "battery-station-runtime"
version = "0.5.4"
version = "0.5.5"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
4 changes: 2 additions & 2 deletions runtime/battery-station/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("zeitgeist"),
impl_name: create_runtime_str!("zeitgeist"),
authoring_version: 1,
spec_version: 57,
spec_version: 58,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 30,
transaction_version: 31,
state_version: 1,
};

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.workspace = true
name = "common-runtime"
version = "0.5.4"
version = "0.5.5"

[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 @@ -409,7 +409,7 @@ force-debug = ["sp-debug-derive/force-debug"]
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zeitgeist-runtime"
version = "0.5.4"
version = "0.5.5"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
4 changes: 2 additions & 2 deletions runtime/zeitgeist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("zeitgeist"),
impl_name: create_runtime_str!("zeitgeist"),
authoring_version: 1,
spec_version: 57,
spec_version: 58,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 30,
transaction_version: 31,
state_version: 1,
};

Expand Down
2 changes: 1 addition & 1 deletion zrml/authorized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-authorized"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/court/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-court"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/global-disputes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-global-disputes"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/hybrid-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-hybrid-router"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/market-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-market-commons"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/neo-swaps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-neo-swaps"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/orderbook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-orderbook"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/parimutuel/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.workspace = true
name = "zrml-parimutuel"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/prediction-markets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-prediction-markets"
version = "0.5.4"
version = "0.5.5"
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.workspace = true
name = "zrml-prediction-markets-runtime-api"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/styx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-styx"
version = "0.5.4"
version = "0.5.5"
2 changes: 1 addition & 1 deletion zrml/swaps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ try-runtime = [
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
edition.workspace = true
name = "zrml-swaps"
version = "0.5.4"
version = "0.5.5"
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.workspace = true
name = "zrml-swaps-rpc"
version = "0.5.4"
version = "0.5.5"
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.workspace = true
name = "zrml-swaps-runtime-api"
version = "0.5.4"
version = "0.5.5"

0 comments on commit 921b8aa

Please sign in to comment.