Skip to content

Commit 37b5271

Browse files
Update version (#181)
* Update flake.nix * Update version
1 parent 326ed7b commit 37b5271

File tree

4 files changed

+9
-9
lines changed

4 files changed

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resolver = "2"
1616
[workspace.package]
1717
authors = ["GGXChain <admin@ggxchain.io>"]
1818
edition = "2021"
19-
version = "0.1.1"
19+
version = "0.1.2"
2020
repository = "https://github.com/ggxchain/ggxnode/"
2121

2222
[workspace.dependencies]

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199

200200
common-native-sydney-attrs = common-native-release-attrs {
201201
runtime = "sydney";
202-
version = "0.1.1";
202+
version = "0.1.2";
203203
};
204204

205205
common-native-brooklyn-attrs = common-native-release-attrs {

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 = "ggxchain-node"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
license = "Unlicense"
55
build = "build.rs"
66
description = "A fresh FRAME-based Substrate node, ready for hacking."

0 commit comments

Comments
 (0)