Skip to content

Commit d0dec71

Browse files
authored
Prepare release 4.6.0 (#1332)
1 parent 8e1f3a4 commit d0dec71

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framenode"
3-
version = "4.5.6"
3+
version = "4.6.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
build = "build.rs"
66
edition = "2021"

node/chain_spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framenode-chain-spec"
3-
version = "4.5.6"
3+
version = "4.6.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2021"
66

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.6"
8+
version = "4.6.0"
99

1010
[package.metadata.docs.rs]
1111
targets = ["x86_64-unknown-linux-gnu"]

runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
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: 113,
261+
spec_version: 114,
262262
impl_version: 1,
263263
apis: RUNTIME_API_VERSIONS,
264-
transaction_version: 113,
264+
transaction_version: 114,
265265
state_version: 0,
266266
};
267267

0 commit comments

Comments
 (0)