bump versions to 0.9.25 (#5684)

* kusama: bump spec_version to 9250

* polkadot: bump spec_version to 9250

* rococo: bump spec_version to 9250

* westend: bump spec_version to 9250

* bump version to 0.9.25

* bump transaction version (polkadot & kusama) (#5690)

* kusama: bump transaction_version to 12

* polkadot: bump transaction_version to 13
This commit is contained in:
Mara Robin B
2022-06-21 15:02:04 +02:00
committed by GitHub
parent 8ef2b701c1
commit 97f9b840e4
89 changed files with 173 additions and 173 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
name = "pallet-xcm"
version = "0.9.23"
version = "0.9.25"
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }