Skip to content

Commit f6d5834

Browse files
author
Alex Sedighi
authored
chore: prepare for releasing 2.2.3 (#779)
1 parent 042a562 commit f6d5834

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

.github/workflows/srtool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Srtool build
1818
id: srtool_build
19-
uses: chevdor/srtool-actions@v0.6.0
19+
uses: chevdor/srtool-actions@v0.8.0
2020
with:
2121
chain: ${{ matrix.runtime }}
2222
package: runtime-${{ matrix.runtime }}

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -3,7 +3,7 @@ authors = ["Nodle <support@nodle.com>", "Parity Technologies <admin@parity.io>"]
33
build = "build.rs"
44
edition = "2021"
55
name = "nodle-parachain"
6-
version = "2.2.2"
6+
version = "2.2.3"
77

88
[package.metadata.docs.rs]
99
targets = ["x86_64-unknown-linux-gnu"]

pallets/allocations/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-allocations"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
authors = ['Eliott Teissonniere <git.eliott@teissonniere.org>']
55
edition = "2021"
66
description = "A pallet to handle the Proof Of Connectivity allocations rewards"

pallets/grants/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pallet-grants"
33
description = "Provides scheduled balance locking mechanism, in a *graded vesting* way."
44
license = "Apache-2.0"
5-
version = "2.2.2"
5+
version = "2.2.3"
66
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
77
edition = "2021"
88

pallets/mandate/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-mandate"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2021"
66

pallets/reserve/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-reserve"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2021"
66

pallets/sponsorship/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-sponsorship"
3-
version = "1.0.0"
3+
version = "2.2.3"
44
description = "Nodle pallet to allow sponsors to cover fees and reserves needed for a predefined category of calls for their registered users"
55
authors = ["Nodle Developers <eng@nodle.com>"]
66
edition = "2021"

pallets/uniques/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-nodle-uniques"
3-
version = "2.1.0"
3+
version = "2.2.3"
44
authors = ["Nodle <support@nodle.com>"]
55
edition = "2021"
66

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "primitives"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)