--- a/Cargo.lock +++ b/Cargo.lock @@ -8576,7 +8576,7 @@ [[package]] name = "quartz-runtime" -version = "0.9.27" +version = "0.9.29" dependencies = [ "app-promotion-rpc", "cumulus-pallet-aura-ext", @@ -12568,7 +12568,7 @@ [[package]] name = "unique-runtime" -version = "0.9.27" +version = "0.9.29" dependencies = [ "app-promotion-rpc", "cumulus-pallet-aura-ext", --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ ``` git clone https://github.com/paritytech/polkadot.git cd polkadot -git checkout release-v0.9.27 +git checkout release-v0.9.29 cargo build --release ``` --- a/runtime/quartz/Cargo.toml +++ b/runtime/quartz/Cargo.toml @@ -10,7 +10,7 @@ license = 'GPLv3' name = 'quartz-runtime' repository = 'https://github.com/UniqueNetwork/unique-chain' -version = '0.9.27' +version = '0.9.29' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] --- a/runtime/unique/Cargo.toml +++ b/runtime/unique/Cargo.toml @@ -10,7 +10,7 @@ license = 'GPLv3' name = 'unique-runtime' repository = 'https://github.com/UniqueNetwork/unique-chain' -version = '0.9.27' +version = '0.9.29' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu']