Skip to content

Commit bf2abaa

Browse files
authored
Prepare releaase 4.5.6 (#1327)
1 parent 04c98d0 commit bf2abaa

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framenode"
3-
version = "4.5.5"
3+
version = "4.5.6"
44
authors = ["Parity Technologies <[email protected]>"]
55
build = "build.rs"
66
edition = "2021"

node/chain_spec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framenode-chain-spec"
3-
version = "4.5.5"
3+
version = "4.5.6"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2021"
66

runtime/Cargo.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "BSD-4-Clause"
55
homepage = "https://sora.org"
66
repository = "https://github.com/sora-xor/sora2-network"
77
name = "framenode-runtime"
8-
version = "4.5.5"
8+
version = "4.5.6"
99

1010
[package.metadata.docs.rs]
1111
targets = ["x86_64-unknown-linux-gnu"]
@@ -318,10 +318,7 @@ wip = [
318318
"vested-rewards/wip",
319319
]
320320

321-
stage = [
322-
"framenode-chain-spec/stage",
323-
"presto/stage",
324-
]
321+
stage = ["framenode-chain-spec/stage", "presto/stage"]
325322

326323
runtime-benchmarks = [
327324
"apollo-platform/runtime-benchmarks",

runtime/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
258258
spec_name: create_runtime_str!("sora-substrate"),
259259
impl_name: create_runtime_str!("sora-substrate"),
260260
authoring_version: 1,
261-
spec_version: 112,
261+
spec_version: 113,
262262
impl_version: 1,
263263
apis: RUNTIME_API_VERSIONS,
264-
transaction_version: 112,
264+
transaction_version: 113,
265265
state_version: 0,
266266
};
267267

0 commit comments

Comments
 (0)