From 03ab60ca8fae75a903546b063c024b0ef05a02af Mon Sep 17 00:00:00 2001 From: wilwade Date: Sat, 2 Nov 2024 00:12:50 +0000 Subject: [PATCH] Update versions for release v1.15.0 --- Cargo.lock | 64 +++++++++---------- 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/capacity/src/runtime-api/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 +- 33 files changed, 64 insertions(+), 64 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0833edfc39..bd853fac2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1418,7 +1418,7 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "cli-opt" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "clap", ] @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "common-helpers" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "apache-avro", "common-primitives", @@ -1508,7 +1508,7 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "common-primitives" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "enumflags2", "frame-support", @@ -1531,7 +1531,7 @@ dependencies = [ [[package]] name = "common-runtime" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "cumulus-primitives-core", @@ -3616,7 +3616,7 @@ dependencies = [ [[package]] name = "frequency" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "frequency-cli", "frequency-service", @@ -3625,7 +3625,7 @@ dependencies = [ [[package]] name = "frequency-cli" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "clap", "cli-opt", @@ -3678,7 +3678,7 @@ dependencies = [ [[package]] name = "frequency-runtime" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -3761,7 +3761,7 @@ dependencies = [ [[package]] name = "frequency-service" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "clap", "cli-opt", @@ -4201,7 +4201,7 @@ dependencies = [ [[package]] name = "handles-utils" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "oorandom", "phf", @@ -6791,7 +6791,7 @@ dependencies = [ [[package]] name = "pallet-capacity" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -6811,7 +6811,7 @@ dependencies = [ [[package]] name = "pallet-capacity-runtime-api" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "parity-scale-codec", @@ -7002,7 +7002,7 @@ dependencies = [ [[package]] name = "pallet-frequency-tx-payment" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7025,7 +7025,7 @@ dependencies = [ [[package]] name = "pallet-frequency-tx-payment-rpc" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7046,7 +7046,7 @@ dependencies = [ [[package]] name = "pallet-frequency-tx-payment-runtime-api" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7081,7 +7081,7 @@ dependencies = [ [[package]] name = "pallet-handles" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7105,7 +7105,7 @@ dependencies = [ [[package]] name = "pallet-handles-rpc" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7123,7 +7123,7 @@ dependencies = [ [[package]] name = "pallet-handles-runtime-api" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "sp-api", @@ -7223,7 +7223,7 @@ dependencies = [ [[package]] name = "pallet-messages" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "cid 0.11.1", "common-primitives", @@ -7247,7 +7247,7 @@ dependencies = [ [[package]] name = "pallet-messages-rpc" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7263,7 +7263,7 @@ dependencies = [ [[package]] name = "pallet-messages-runtime-api" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7291,7 +7291,7 @@ dependencies = [ [[package]] name = "pallet-msa" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7320,7 +7320,7 @@ dependencies = [ [[package]] name = "pallet-msa-rpc" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7341,7 +7341,7 @@ dependencies = [ [[package]] name = "pallet-msa-runtime-api" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7494,7 +7494,7 @@ dependencies = [ [[package]] name = "pallet-passkey" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "base64-url", "common-primitives", @@ -7637,7 +7637,7 @@ dependencies = [ [[package]] name = "pallet-schemas" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7663,7 +7663,7 @@ dependencies = [ [[package]] name = "pallet-schemas-rpc" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7682,7 +7682,7 @@ dependencies = [ [[package]] name = "pallet-schemas-runtime-api" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7820,7 +7820,7 @@ dependencies = [ [[package]] name = "pallet-stateful-storage" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "common-runtime", @@ -7842,7 +7842,7 @@ dependencies = [ [[package]] name = "pallet-stateful-storage-rpc" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-helpers", "common-primitives", @@ -7861,7 +7861,7 @@ dependencies = [ [[package]] name = "pallet-stateful-storage-runtime-api" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", @@ -7888,7 +7888,7 @@ dependencies = [ [[package]] name = "pallet-time-release" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "chrono", "common-primitives", @@ -14067,7 +14067,7 @@ dependencies = [ [[package]] name = "system-runtime-api" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" dependencies = [ "common-primitives", "frame-support", diff --git a/common/helpers/Cargo.toml b/common/helpers/Cargo.toml index 5649c021e5..cb965f9b6a 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.15.0+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..952ab18a07 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.15.0+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..e41049bdb2 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.15.0+polkadot1.13.0" [[bin]] name = "frequency" diff --git a/node/cli-opt/Cargo.toml b/node/cli-opt/Cargo.toml index 4cc9932eea..486ade5622 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.15.0+polkadot1.13.0" [dependencies] clap = { workspace = true, features = ["derive"] } diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 56a81da1f3..50dcea57d9 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.15.0+polkadot1.13.0" [dependencies] clap = { workspace = true, features = ["derive"] } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 147098cc37..85bb7a962e 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.15.0+polkadot1.13.0" [dependencies] clap = { workspace = true, features = ["derive"] } diff --git a/pallets/capacity/Cargo.toml b/pallets/capacity/Cargo.toml index 5a1f49a8f5..5e271d7153 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.15.0+polkadot1.13.0" [package.metadata.docs.rs] diff --git a/pallets/capacity/src/runtime-api/Cargo.toml b/pallets/capacity/src/runtime-api/Cargo.toml index 4fbda3003a..3b29144dca 100644 --- a/pallets/capacity/src/runtime-api/Cargo.toml +++ b/pallets/capacity/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-capacity-runtime-api" -version = "0.0.0" +version = "1.15.0+polkadot1.13.0" description = "A package that adds Runtime Api for the Capacity pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/frequency-tx-payment/Cargo.toml b/pallets/frequency-tx-payment/Cargo.toml index bdff0cd081..5da325c8d6 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.15.0+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..15e641690a 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.15.0+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..c5aaa68ce6 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.15.0+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 588d37b362..cec6335280 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.15.0+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..97fb735f66 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.15.0+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..5e43c4d87d 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.15.0+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..aeaf08d442 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.15.0+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..416959ce8e 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.15.0+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..5dcdfa501f 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.15.0+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..e498aa4e66 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.15.0+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 0263b24ec0..e95234f3f2 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.15.0+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..84094b2155 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.15.0+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..cf63fcb414 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.15.0+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..f7ebd6649d 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.15.0+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..44fa23f00a 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.15.0+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..8642f03448 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.15.0+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..2d39eccced 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.15.0+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 ec862e836d..c5dcbd934a 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.15.0+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..771e6be22b 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.15.0+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..a4128aa30d 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.15.0+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..e0dbb372d8 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.15.0+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..fb0acd0527 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.15.0+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 b904dae80a..76e74f88f3 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.15.0+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..6e2d784e33 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.15.0+polkadot1.13.0" description = "Additional RPC package for Frequency" authors = ["Frequency"] license = "Apache-2.0"