Skip to content

Commit 69ba338

Browse files
committed
0.22.0
1 parent 53ecd53 commit 69ba338

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ['KILT <[email protected]>']
33
build = 'build.rs'
44
edition = '2018'
55
name = 'mashnet-node'
6-
version = '0.21.2'
6+
version = '0.22.0'
77

88
[[bin]]
99
name = 'mashnet-node'

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ['KILT <[email protected]>']
33
edition = '2018'
44
name = 'mashnet-node-runtime'
5-
version = '0.20.0'
5+
version = '0.22.0'
66

77
[dependencies.aura]
88
default_features = false

runtime/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ['Parity Technologies <[email protected]>']
33
edition = '2018'
44
name = 'mashnet-node-runtime-wasm'
5-
version = '0.20.0'
5+
version = '0.22.0'
66
[dependencies.mashnet-node-runtime]
77
default-features = false
88
path = '..'

0 commit comments

Comments
 (0)