From 2fcce9d8392b4a5046acf0e399c0f0acd51b92b9 Mon Sep 17 00:00:00 2001 From: wilwade Date: Thu, 5 Sep 2024 13:58:24 +0000 Subject: [PATCH] Update versions for release v1.13.0-rc5 --- Cargo.lock | 62 +++++++++---------- common/helpers/Cargo.toml | 2 +- common/primitives/Cargo.toml | 2 +- node/Cargo.toml | 2 +- node/cli-opt/Cargo.toml | 2 +- node/cli/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- pallets/capacity/Cargo.toml | 2 +- pallets/frequency-tx-payment/Cargo.toml | 2 +- .../frequency-tx-payment/src/rpc/Cargo.toml | 2 +- .../src/runtime-api/Cargo.toml | 2 +- pallets/handles/Cargo.toml | 2 +- pallets/handles/src/handles-utils/Cargo.toml | 2 +- pallets/handles/src/rpc/Cargo.toml | 2 +- pallets/handles/src/runtime-api/Cargo.toml | 2 +- pallets/messages/Cargo.toml | 2 +- pallets/messages/src/rpc/Cargo.toml | 2 +- pallets/messages/src/runtime-api/Cargo.toml | 2 +- pallets/msa/Cargo.toml | 2 +- pallets/msa/src/rpc/Cargo.toml | 2 +- pallets/msa/src/runtime-api/Cargo.toml | 2 +- pallets/passkey/Cargo.toml | 2 +- pallets/schemas/Cargo.toml | 2 +- pallets/schemas/src/rpc/Cargo.toml | 2 +- pallets/schemas/src/runtime-api/Cargo.toml | 2 +- pallets/stateful-storage/Cargo.toml | 2 +- pallets/stateful-storage/src/rpc/Cargo.toml | 2 +- .../src/runtime-api/Cargo.toml | 2 +- pallets/time-release/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/frequency/Cargo.toml | 2 +- runtime/system-runtime-api/Cargo.toml | 2 +- 32 files changed, 62 insertions(+), 62 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65ee3e0fa2..646168907e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1418,7 +1418,7 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "cli-opt" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "clap", ] @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "common-helpers" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "apache-avro", "common-primitives", @@ -1508,7 +1508,7 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "common-primitives" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "enumflags2", "frame-support", @@ -1531,7 +1531,7 @@ dependencies = [ [[package]] name = "common-runtime" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "cumulus-primitives-core", @@ -3616,7 +3616,7 @@ dependencies = [ [[package]] name = "frequency" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "frequency-cli", "frequency-service", @@ -3625,7 +3625,7 @@ dependencies = [ [[package]] name = "frequency-cli" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "clap", "cli-opt", @@ -3678,7 +3678,7 @@ dependencies = [ [[package]] name = "frequency-runtime" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -3757,7 +3757,7 @@ dependencies = [ [[package]] name = "frequency-service" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "clap", "cli-opt", @@ -4197,7 +4197,7 @@ dependencies = [ [[package]] name = "handles-utils" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "oorandom", "phf", @@ -6787,7 +6787,7 @@ dependencies = [ [[package]] name = "pallet-capacity" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -6987,7 +6987,7 @@ dependencies = [ [[package]] name = "pallet-frequency-tx-payment" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7010,7 +7010,7 @@ dependencies = [ [[package]] name = "pallet-frequency-tx-payment-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7031,7 +7031,7 @@ dependencies = [ [[package]] name = "pallet-frequency-tx-payment-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7066,7 +7066,7 @@ dependencies = [ [[package]] name = "pallet-handles" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7090,7 +7090,7 @@ dependencies = [ [[package]] name = "pallet-handles-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7108,7 +7108,7 @@ dependencies = [ [[package]] name = "pallet-handles-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "sp-api", @@ -7208,7 +7208,7 @@ dependencies = [ [[package]] name = "pallet-messages" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "cid 0.11.1", "common-primitives", @@ -7232,7 +7232,7 @@ dependencies = [ [[package]] name = "pallet-messages-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7248,7 +7248,7 @@ dependencies = [ [[package]] name = "pallet-messages-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7276,7 +7276,7 @@ dependencies = [ [[package]] name = "pallet-msa" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7305,7 +7305,7 @@ dependencies = [ [[package]] name = "pallet-msa-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7326,7 +7326,7 @@ dependencies = [ [[package]] name = "pallet-msa-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7479,7 +7479,7 @@ dependencies = [ [[package]] name = "pallet-passkey" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "base64-url", "common-primitives", @@ -7622,7 +7622,7 @@ dependencies = [ [[package]] name = "pallet-schemas" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7648,7 +7648,7 @@ dependencies = [ [[package]] name = "pallet-schemas-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7667,7 +7667,7 @@ dependencies = [ [[package]] name = "pallet-schemas-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7805,7 +7805,7 @@ dependencies = [ [[package]] name = "pallet-stateful-storage" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7827,7 +7827,7 @@ dependencies = [ [[package]] name = "pallet-stateful-storage-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7846,7 +7846,7 @@ dependencies = [ [[package]] name = "pallet-stateful-storage-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "pallet-time-release" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "chrono", "common-primitives", @@ -14052,7 +14052,7 @@ dependencies = [ [[package]] name = "system-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", diff --git a/common/helpers/Cargo.toml b/common/helpers/Cargo.toml index 5649c021e5..ae250effd6 100644 --- a/common/helpers/Cargo.toml +++ b/common/helpers/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "common-helpers" publish = false repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/common/primitives/Cargo.toml b/common/primitives/Cargo.toml index 94b4cdef51..8b23d05e90 100644 --- a/common/primitives/Cargo.toml +++ b/common/primitives/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "common-primitives" publish = false repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/node/Cargo.toml b/node/Cargo.toml index 7983fd5063..8c75d84ee8 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" name = "frequency" repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [[bin]] name = "frequency" diff --git a/node/cli-opt/Cargo.toml b/node/cli-opt/Cargo.toml index 4cc9932eea..877cb7109d 100644 --- a/node/cli-opt/Cargo.toml +++ b/node/cli-opt/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz/" license = "Apache-2.0" name = "cli-opt" repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [dependencies] clap = { workspace = true, features = ["derive"] } diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 56a81da1f3..8f4af53076 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz/" license = "Apache-2.0" name = "frequency-cli" repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [dependencies] clap = { workspace = true, features = ["derive"] } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 147098cc37..36a3574e78 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" name = "frequency-service" repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [dependencies] clap = { workspace = true, features = ["derive"] } diff --git a/pallets/capacity/Cargo.toml b/pallets/capacity/Cargo.toml index 5a1f49a8f5..ef98c65ea2 100644 --- a/pallets/capacity/Cargo.toml +++ b/pallets/capacity/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-capacity" publish = false repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] diff --git a/pallets/frequency-tx-payment/Cargo.toml b/pallets/frequency-tx-payment/Cargo.toml index bdff0cd081..ab6df33f24 100644 --- a/pallets/frequency-tx-payment/Cargo.toml +++ b/pallets/frequency-tx-payment/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-frequency-tx-payment" publish = false repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/frequency-tx-payment/src/rpc/Cargo.toml b/pallets/frequency-tx-payment/src/rpc/Cargo.toml index 8081b78eb5..ed838b2ad2 100644 --- a/pallets/frequency-tx-payment/src/rpc/Cargo.toml +++ b/pallets/frequency-tx-payment/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-frequency-tx-payment-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "A package that adds RPC to payment pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/frequency-tx-payment/src/runtime-api/Cargo.toml b/pallets/frequency-tx-payment/src/runtime-api/Cargo.toml index 37cbd14872..7b26c4a7d3 100644 --- a/pallets/frequency-tx-payment/src/runtime-api/Cargo.toml +++ b/pallets/frequency-tx-payment/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-frequency-tx-payment-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "A package that adds Runtime Api for payment pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/handles/Cargo.toml b/pallets/handles/Cargo.toml index dbc72a4f38..e7145b0fc6 100644 --- a/pallets/handles/Cargo.toml +++ b/pallets/handles/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" homepage = "https://frequency.xyz" license = "Apache-2.0" name = "pallet-handles" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" publish = false repository = "https://github.com/frequency-chain/frequency/" diff --git a/pallets/handles/src/handles-utils/Cargo.toml b/pallets/handles/src/handles-utils/Cargo.toml index 434779db4e..08095ac04e 100644 --- a/pallets/handles/src/handles-utils/Cargo.toml +++ b/pallets/handles/src/handles-utils/Cargo.toml @@ -6,7 +6,7 @@ build = "build.rs" homepage = "https://frequency.xyz" license = "Apache-2.0" name = "handles-utils" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" publish = false repository = "https://github.com/frequency-chain/frequency/" diff --git a/pallets/handles/src/rpc/Cargo.toml b/pallets/handles/src/rpc/Cargo.toml index 998cca48fd..8d6809d987 100644 --- a/pallets/handles/src/rpc/Cargo.toml +++ b/pallets/handles/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-handles-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "A package that adds RPC to Handles pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/handles/src/runtime-api/Cargo.toml b/pallets/handles/src/runtime-api/Cargo.toml index a305938d7b..85218a7a84 100644 --- a/pallets/handles/src/runtime-api/Cargo.toml +++ b/pallets/handles/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-handles-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "A package that adds Runtime Api for the Handles pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/messages/Cargo.toml b/pallets/messages/Cargo.toml index 88972257cf..a558d63a1d 100644 --- a/pallets/messages/Cargo.toml +++ b/pallets/messages/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-messages" publish = false repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/messages/src/rpc/Cargo.toml b/pallets/messages/src/rpc/Cargo.toml index ba774c6d50..2bcfb5c6d5 100644 --- a/pallets/messages/src/rpc/Cargo.toml +++ b/pallets/messages/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-messages-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "A package that adds RPC to Messages pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/messages/src/runtime-api/Cargo.toml b/pallets/messages/src/runtime-api/Cargo.toml index fdcd4aac20..cf669af1f3 100644 --- a/pallets/messages/src/runtime-api/Cargo.toml +++ b/pallets/messages/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-messages-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "A package that adds Runtime Api for Messages pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/msa/Cargo.toml b/pallets/msa/Cargo.toml index d4c69c7d3f..ecd6a979f4 100644 --- a/pallets/msa/Cargo.toml +++ b/pallets/msa/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-msa" publish = false repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/msa/src/rpc/Cargo.toml b/pallets/msa/src/rpc/Cargo.toml index b7122927ce..00c11f4e2e 100644 --- a/pallets/msa/src/rpc/Cargo.toml +++ b/pallets/msa/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-msa-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "A package that adds RPC to Msa pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/msa/src/runtime-api/Cargo.toml b/pallets/msa/src/runtime-api/Cargo.toml index 6f1349d6fb..7bbd41582d 100644 --- a/pallets/msa/src/runtime-api/Cargo.toml +++ b/pallets/msa/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-msa-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "A package that adds Runtime Api for Msa pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/passkey/Cargo.toml b/pallets/passkey/Cargo.toml index 0f74a98f42..9134e940f4 100644 --- a/pallets/passkey/Cargo.toml +++ b/pallets/passkey/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" repository = "https://github.com/frequency-chain/frequency/" publish = false -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [dependencies] parity-scale-codec = { workspace = true, features = ["max-encoded-len"] } diff --git a/pallets/schemas/Cargo.toml b/pallets/schemas/Cargo.toml index 5276563f07..5e419608de 100644 --- a/pallets/schemas/Cargo.toml +++ b/pallets/schemas/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-schemas" publish = false repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/schemas/src/rpc/Cargo.toml b/pallets/schemas/src/rpc/Cargo.toml index daba7966c2..8c3ada6b4c 100644 --- a/pallets/schemas/src/rpc/Cargo.toml +++ b/pallets/schemas/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-schemas-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "RPC package for schemas" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/schemas/src/runtime-api/Cargo.toml b/pallets/schemas/src/runtime-api/Cargo.toml index e6e83bc9bf..0ca56a8e15 100644 --- a/pallets/schemas/src/runtime-api/Cargo.toml +++ b/pallets/schemas/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-schemas-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "RPC runtime package for schemas" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/stateful-storage/Cargo.toml b/pallets/stateful-storage/Cargo.toml index d67bead33f..6a33facfe6 100644 --- a/pallets/stateful-storage/Cargo.toml +++ b/pallets/stateful-storage/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-stateful-storage" publish = false repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/stateful-storage/src/rpc/Cargo.toml b/pallets/stateful-storage/src/rpc/Cargo.toml index b1d89bb672..ae8fa7f2b6 100644 --- a/pallets/stateful-storage/src/rpc/Cargo.toml +++ b/pallets/stateful-storage/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-stateful-storage-rpc" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "RPC package for stateful storage" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/stateful-storage/src/runtime-api/Cargo.toml b/pallets/stateful-storage/src/runtime-api/Cargo.toml index e1464d3392..369eb33fb4 100644 --- a/pallets/stateful-storage/src/runtime-api/Cargo.toml +++ b/pallets/stateful-storage/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-stateful-storage-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "A package that adds Runtime Api for the Stateful Storage pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/time-release/Cargo.toml b/pallets/time-release/Cargo.toml index 78619a4f42..22e3e6515d 100644 --- a/pallets/time-release/Cargo.toml +++ b/pallets/time-release/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" repository = "https://github.com/frequency-chain/frequency/" publish = false -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [dependencies] parity-scale-codec = { workspace = true, features = ["max-encoded-len"] } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index aa75843e7a..3d2e4d8d74 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" name = "common-runtime" repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/frequency/Cargo.toml b/runtime/frequency/Cargo.toml index 2bc4e1e380..d55c5078cc 100644 --- a/runtime/frequency/Cargo.toml +++ b/runtime/frequency/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" name = "frequency-runtime" repository = "https://github.com/frequency-chain/frequency/" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/system-runtime-api/Cargo.toml b/runtime/system-runtime-api/Cargo.toml index 95e123766a..2bfc6ca29a 100644 --- a/runtime/system-runtime-api/Cargo.toml +++ b/runtime/system-runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system-runtime-api" -version = "0.0.0" +version = "1.13.0-rc5+polkadot1.13.0" description = "Additional RPC package for Frequency" authors = ["Frequency"] license = "Apache-2.0"