Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean-digicatapult committed Nov 25, 2024
1 parent d405fca commit 449c995
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = '2021'
license = 'Apache-2.0'
repository = 'https://github.com/digicatapult/sqnc-node/'
name = 'sqnc-node'
version = '11.3.0'
version = '11.4.0'

[[bin]]
name = 'sqnc-node'
Expand Down
2 changes: 1 addition & 1 deletion pallets/doas/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-doas"
version = "2.2.0"
version = "2.3.0"
authors = [
"Digital Catapult <https://www.digicatapult.org.uk>",
"Parity Technologies <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pallets/process-validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = '2021'
license = 'Apache-2.0'
repository = 'https://github.com/digicatapult/sqnc-node/'
name = 'pallet-process-validation'
version = "3.6.0"
version = "3.7.0"

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/symmetric-key/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = '2021'
license = 'Apache-2.0'
repository = 'https://github.com/digicatapult/sqnc-node/'
name = 'pallet-symmetric-key'
version = "2.2.0"
version = "2.3.0"

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion pallets/traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqnc-pallet-traits"
version = "3.4.0"
version = "3.5.0"
edition = "2021"
authors = ['Digital Catapult <https://www.digicatapult.org.uk>']
license = 'Apache-2.0'
Expand Down
2 changes: 1 addition & 1 deletion pallets/transaction-payment-free/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-transaction-payment-free"
version = "2.2.0"
version = "2.3.0"
authors = [
"Digital Catapult <https://www.digicatapult.org.uk>",
"Parity Technologies <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pallets/utxo-nft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = '2021'
license = 'Apache-2.0'
repository = 'https://github.com/digicatapult/sqnc-node/'
name = 'pallet-utxo-nft'
version = "6.3.0"
version = "6.4.0"

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqnc-runtime"
version = "11.2.0"
version = "11.3.0"
authors = ["Digital Catapult <https://www.digicatapult.org.uk>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("sqnc"),
impl_name: create_runtime_str!("sqnc"),
authoring_version: 1,
spec_version: 1120,
spec_version: 1130,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion tools/lang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sqnc-lang"
authors = ['Digital Catapult <https://www.digicatapult.org.uk>']
version = "0.4.0"
version = "0.5.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 449c995

Please sign in to comment.