Skip to content

Commit 21410a8

Browse files
runtime-1401 release prep (#1446)
* runtime-1401 release prep * Migrations --------- Co-authored-by: Dino Pacandi <[email protected]>
1 parent 1091779 commit 21410a8

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Cargo.lock

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

runtime/astar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astar-runtime"
3-
version = "14.0.0"
3+
version = "14.0.1"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/astar/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
184184
spec_name: create_runtime_str!("astar"),
185185
impl_name: create_runtime_str!("astar"),
186186
authoring_version: 1,
187-
spec_version: 1400,
187+
spec_version: 1401,
188188
impl_version: 0,
189189
apis: RUNTIME_API_VERSIONS,
190190
transaction_version: 3,

runtime/shibuya/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shibuya-runtime"
3-
version = "14.0.0"
3+
version = "14.0.1"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shibuya/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
206206
spec_name: create_runtime_str!("shibuya"),
207207
impl_name: create_runtime_str!("shibuya"),
208208
authoring_version: 1,
209-
spec_version: 1400,
209+
spec_version: 1401,
210210
impl_version: 0,
211211
apis: RUNTIME_API_VERSIONS,
212212
transaction_version: 3,

runtime/shiden/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shiden-runtime"
3-
version = "14.0.0"
3+
version = "14.0.1"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shiden/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
177177
spec_name: create_runtime_str!("shiden"),
178178
impl_name: create_runtime_str!("shiden"),
179179
authoring_version: 1,
180-
spec_version: 1400,
180+
spec_version: 1401,
181181
impl_version: 0,
182182
apis: RUNTIME_API_VERSIONS,
183183
transaction_version: 3,

0 commit comments

Comments
 (0)