From ec6e0794c353f70b7965857d223f05292f00cdd2 Mon Sep 17 00:00:00 2001 From: "Frequency CI [bot]" Date: Thu, 30 Mar 2023 16:50:53 +0000 Subject: [PATCH] Update version for release v1.3.1 --- Cargo.lock | 36 ++++++++++----------- common/helpers/Cargo.toml | 2 +- common/primitives/Cargo.toml | 2 +- node/Cargo.toml | 2 +- node/cli/Cargo.toml | 2 +- node/service/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/schemas/Cargo.toml | 2 +- pallets/schemas/src/rpc/Cargo.toml | 2 +- pallets/schemas/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 +- 19 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a637248ce2..3fc6dcdfe3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -963,7 +963,7 @@ dependencies = [ [[package]] name = "common-helpers" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "apache-avro", "common-primitives", @@ -976,7 +976,7 @@ dependencies = [ [[package]] name = "common-primitives" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "frame-support", "frame-system", @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "common-runtime" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-primitives", "cumulus-primitives-core", @@ -2720,7 +2720,7 @@ dependencies = [ [[package]] name = "frequency" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "frequency-cli", "frequency-service", @@ -2729,7 +2729,7 @@ dependencies = [ [[package]] name = "frequency-cli" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "clap", "common-primitives", @@ -2764,7 +2764,7 @@ dependencies = [ [[package]] name = "frequency-runtime" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-primitives", "common-runtime", @@ -2831,7 +2831,7 @@ dependencies = [ [[package]] name = "frequency-service" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "clap", "common-helpers", @@ -5571,7 +5571,7 @@ dependencies = [ [[package]] name = "pallet-messages" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "cid 0.10.1", "common-primitives", @@ -5594,7 +5594,7 @@ dependencies = [ [[package]] name = "pallet-messages-rpc" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-helpers", "common-primitives", @@ -5612,7 +5612,7 @@ dependencies = [ [[package]] name = "pallet-messages-runtime-api" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-primitives", "frame-support", @@ -5639,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-msa" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-primitives", "common-runtime", @@ -5660,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-msa-rpc" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-helpers", "common-primitives", @@ -5679,7 +5679,7 @@ dependencies = [ [[package]] name = "pallet-msa-runtime-api" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-primitives", "frame-support", @@ -5910,7 +5910,7 @@ dependencies = [ [[package]] name = "pallet-schemas" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-primitives", "common-runtime", @@ -5933,7 +5933,7 @@ dependencies = [ [[package]] name = "pallet-schemas-rpc" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-helpers", "common-primitives", @@ -5954,7 +5954,7 @@ dependencies = [ [[package]] name = "pallet-schemas-runtime-api" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-primitives", "frame-support", @@ -6091,7 +6091,7 @@ dependencies = [ [[package]] name = "pallet-time-release" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "chrono", "frame-benchmarking", @@ -11220,7 +11220,7 @@ dependencies = [ [[package]] name = "system-runtime-api" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" dependencies = [ "common-primitives", "frame-support", diff --git a/common/helpers/Cargo.toml b/common/helpers/Cargo.toml index b46abb36b4..590353dd21 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/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/common/primitives/Cargo.toml b/common/primitives/Cargo.toml index c9a4dd27a5..ab9a6c23d3 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/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/node/Cargo.toml b/node/Cargo.toml index 8e95c9564a..174f567e10 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/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [[bin]] name = "frequency" diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index c838d56ffe..cbcc2ca0cb 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/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [dependencies] clap = { version = "4.0.17", features = ["derive"] } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 5f1734f241..0b6c42c94c 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/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [dependencies] clap = { version = "4.0.29", features = ["derive"] } diff --git a/pallets/messages/Cargo.toml b/pallets/messages/Cargo.toml index 859078cba8..105ead44c4 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/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [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 abd4c1dc08..51529570cf 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.3.1+polkadot0.9.36" 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 62ca927346..7fa6e6eff4 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.3.1+polkadot0.9.36" 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 2743e1ab4a..1cb68ea3b8 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/libertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [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 5f2c121b5d..2815447349 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.3.1+polkadot0.9.36" 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 82f87d9257..ae2614c94e 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.3.1+polkadot0.9.36" description = "A package that adds Runtime Api for Msa pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/schemas/Cargo.toml b/pallets/schemas/Cargo.toml index 42a1ce6283..530c15909d 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/libertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [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 dca3fa25e1..f93076bc5c 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.3.1+polkadot0.9.36" 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 66fdef1139..f804a1c984 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.3.1+polkadot0.9.36" description = "RPC runtime package for schemas" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/time-release/Cargo.toml b/pallets/time-release/Cargo.toml index 232bf8c905..22323a1a59 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/LibertyDSNP/frequency/" publish = false -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 5c97683bf1..65ba6d9bd1 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/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/frequency/Cargo.toml b/runtime/frequency/Cargo.toml index b0515c3caf..f0efd2a7b2 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/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.3.1+polkadot0.9.36" [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 2ff5a68a9d..8c72ef18f8 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.3.1+polkadot0.9.36" description = "Additional RPC package for Frequency" authors = ["Frequency"] license = "Apache-2.0"