Skip to content

Commit 28a8792

Browse files
committed
bump versions
1 parent a447595 commit 28a8792

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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 = "neuroweb-node"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
authors = ["TraceLabs"]
55
description = "NeuroWeb - Cumulus FRAME-based Substrate Node"
66
license = "GPL-3.0-only"

pallets/wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-wrapper"
3-
version = "0.1.0"
3+
version = "1.1.0"
44
description = "TRAC token wrapper pallet for converting between foreign and local TRAC assets"
55
authors.workspace = true
66
edition.workspace = true

pallets/xc-asset-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pallet-xc-asset-config"
33
authors = ["TraceLabs", "Stake Technologies"]
44
edition = "2021"
5-
version = "1.1.1"
5+
version = "1.2.0"
66

77
[dependencies]
88
log = { workspace = true }

precompiles/assets-erc20/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pallet-evm-precompile-assets-erc20"
33
authors = ["TraceLabs", "Stake Technologies", "PureStake"]
44
description = "A Precompile to expose a Assets pallet through an ERC20-compliant interface."
55
edition = "2021"
6-
version = "1.1.1"
6+
version = "1.2.0"
77

88
[dependencies]
99
log = { workspace = true }

runtime-tests/Cargo.toml

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

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neuroweb-runtime"
3-
version = "147.0.0"
3+
version = "148.0.0"
44
authors = ["TraceLabs"]
55
description = "NeuroWeb Runtime - Cumulus FRAME-based Substrate Runtime"
66
license = "GPL-3.0-only"

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
151151
spec_name: create_runtime_str!("origintrail-parachain"),
152152
impl_name: create_runtime_str!("neuroweb"),
153153
authoring_version: 1,
154-
spec_version: 147,
154+
spec_version: 148,
155155
impl_version: 0,
156156
apis: RUNTIME_API_VERSIONS,
157157
transaction_version: 1,

0 commit comments

Comments
 (0)