Skip to content

Commit

Permalink
Bump version to v0.1.27-1, runtimes version 1271
Browse files Browse the repository at this point in the history
  • Loading branch information
nanometerzhu committed Dec 4, 2024
1 parent c958a1e commit 1bfb8d5
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 51 deletions.
155 changes: 113 additions & 42 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "khala-node"
version = "0.1.27"
version = "0.1.27-1"
license = "Apache-2.0"
homepage = "https://phala.network/"
repository = "https://github.com/Phala-Network/khala-parachain"
Expand Down
2 changes: 1 addition & 1 deletion runtime/khala/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "khala-parachain-runtime"
version = "0.1.27"
version = "0.1.27-1"
authors = ["Phala Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/khala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("khala"),
impl_name: create_runtime_str!("khala"),
authoring_version: 1,
spec_version: 1270,
spec_version: 1271,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
Expand Down
2 changes: 1 addition & 1 deletion runtime/phala/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phala-parachain-runtime"
version = "0.1.27"
version = "0.1.27-1"
authors = ["Phala Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/phala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("phala"),
impl_name: create_runtime_str!("phala"),
authoring_version: 1,
spec_version: 1270,
spec_version: 1271,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 5,
Expand Down
2 changes: 1 addition & 1 deletion runtime/rhala/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhala-parachain-runtime"
version = "0.1.27"
version = "0.1.27-1"
authors = ["Phala Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/rhala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rhala"),
impl_name: create_runtime_str!("rhala"),
authoring_version: 1,
spec_version: 1270,
spec_version: 1271,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
Expand Down
2 changes: 1 addition & 1 deletion runtime/thala/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thala-parachain-runtime"
version = "0.1.27"
version = "0.1.27-1"
authors = ["Phala Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/thala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("thala"),
impl_name: create_runtime_str!("thala"),
authoring_version: 1,
spec_version: 1270,
spec_version: 1271,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
Expand Down

0 comments on commit 1bfb8d5

Please sign in to comment.