From 317803dcb0d8d329321d5f75ab7c576eddd1e95c Mon Sep 17 00:00:00 2001 From: Charles Ferrell Date: Thu, 20 Jul 2023 18:19:23 -0400 Subject: [PATCH] bump versions Signed-off-by: Charles Ferrell --- node/Cargo.toml | 2 +- pallets/asset-manager/Cargo.toml | 2 +- pallets/collator-selection/Cargo.toml | 2 +- pallets/farming/Cargo.toml | 2 +- pallets/farming/rpc/Cargo.toml | 2 +- pallets/farming/rpc/runtime-api/Cargo.toml | 2 +- pallets/manta-pay/Cargo.toml | 2 +- pallets/manta-sbt/Cargo.toml | 2 +- pallets/manta-support/Cargo.toml | 2 +- pallets/name-service/Cargo.toml | 2 +- pallets/pallet-lottery/Cargo.toml | 2 +- pallets/parachain-staking/Cargo.toml | 2 +- pallets/randomness/Cargo.toml | 2 +- pallets/tx-pause/Cargo.toml | 2 +- pallets/vesting/Cargo.toml | 2 +- primitives/manta/Cargo.toml | 2 +- primitives/session-keys/Cargo.toml | 2 +- runtime/calamari/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/integration-tests/Cargo.toml | 2 +- runtime/manta/Cargo.toml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 94ba99b6f..52ee47a1c 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -9,7 +9,7 @@ license = 'GPL-3.0' name = 'manta' repository = 'https://github.com/Manta-Network/Manta/' rust-version = '1.62' -version = '4.3.1' +version = '4.4.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/asset-manager/Cargo.toml b/pallets/asset-manager/Cargo.toml index 8003b465e..a9be6f607 100644 --- a/pallets/asset-manager/Cargo.toml +++ b/pallets/asset-manager/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-asset-manager" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false } diff --git a/pallets/collator-selection/Cargo.toml b/pallets/collator-selection/Cargo.toml index 6bfebc130..9b1fafb47 100644 --- a/pallets/collator-selection/Cargo.toml +++ b/pallets/collator-selection/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'manta-collator-selection' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/farming/Cargo.toml b/pallets/farming/Cargo.toml index e1b19311b..ae8d1e369 100644 --- a/pallets/farming/Cargo.toml +++ b/pallets/farming/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-farming" repository = 'https://github.com/Manta-Network/Manta/' -version = "4.3.1" +version = "4.4.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] } diff --git a/pallets/farming/rpc/Cargo.toml b/pallets/farming/rpc/Cargo.toml index 1de209cb0..ccc3679cb 100644 --- a/pallets/farming/rpc/Cargo.toml +++ b/pallets/farming/rpc/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-farming-rpc-api" repository = 'https://github.com/Manta-Network/Manta/' -version = "4.3.1" +version = "4.4.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] } diff --git a/pallets/farming/rpc/runtime-api/Cargo.toml b/pallets/farming/rpc/runtime-api/Cargo.toml index b84f0d049..e2429187b 100644 --- a/pallets/farming/rpc/runtime-api/Cargo.toml +++ b/pallets/farming/rpc/runtime-api/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-farming-rpc-runtime-api" repository = 'https://github.com/Manta-Network/Manta/' -version = "4.3.1" +version = "4.4.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] } diff --git a/pallets/manta-pay/Cargo.toml b/pallets/manta-pay/Cargo.toml index 099f5665d..078f748f1 100644 --- a/pallets/manta-pay/Cargo.toml +++ b/pallets/manta-pay/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'pallet-manta-pay' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [package.metadata.docs.rs] # To build locally: diff --git a/pallets/manta-sbt/Cargo.toml b/pallets/manta-sbt/Cargo.toml index c8a70a21e..80792ad2e 100644 --- a/pallets/manta-sbt/Cargo.toml +++ b/pallets/manta-sbt/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'pallet-manta-sbt' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [[bin]] name = "precompute_coins" diff --git a/pallets/manta-support/Cargo.toml b/pallets/manta-support/Cargo.toml index efcc4f309..0b9cbfa5f 100644 --- a/pallets/manta-support/Cargo.toml +++ b/pallets/manta-support/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'pallet-manta-support' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] # utils diff --git a/pallets/name-service/Cargo.toml b/pallets/name-service/Cargo.toml index bf158b042..edffe4cf3 100644 --- a/pallets/name-service/Cargo.toml +++ b/pallets/name-service/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-name-service" repository = "https://github.com/Manta-Network/Manta/" -version = "4.3.1" +version = "4.4.0" [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false } diff --git a/pallets/pallet-lottery/Cargo.toml b/pallets/pallet-lottery/Cargo.toml index 67862718b..3e04c15e2 100644 --- a/pallets/pallet-lottery/Cargo.toml +++ b/pallets/pallet-lottery/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'pallet-lottery' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] codec = { version = '3.4.0', default-features = false, features = ['derive'], package = 'parity-scale-codec' } diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index 0a26b2a68..41c3bf00b 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "pallet-parachain-staking" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] log = { version = "0.4", default-features = false } diff --git a/pallets/randomness/Cargo.toml b/pallets/randomness/Cargo.toml index 69aa85131..000f52e6d 100644 --- a/pallets/randomness/Cargo.toml +++ b/pallets/randomness/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'pallet-randomness' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] frame-benchmarking = { git = 'https://github.com/paritytech/substrate.git', branch = "polkadot-v0.9.37", default-features = false, optional = true } diff --git a/pallets/tx-pause/Cargo.toml b/pallets/tx-pause/Cargo.toml index d4e8a7193..45b20d484 100644 --- a/pallets/tx-pause/Cargo.toml +++ b/pallets/tx-pause/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "pallet-tx-pause" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false } diff --git a/pallets/vesting/Cargo.toml b/pallets/vesting/Cargo.toml index a7b8d0d30..3856c741b 100644 --- a/pallets/vesting/Cargo.toml +++ b/pallets/vesting/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "calamari-vesting" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/primitives/manta/Cargo.toml b/primitives/manta/Cargo.toml index 6f69785b3..8b5b068ff 100644 --- a/primitives/manta/Cargo.toml +++ b/primitives/manta/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "manta-primitives" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/primitives/session-keys/Cargo.toml b/primitives/session-keys/Cargo.toml index 2c9128119..13db2a982 100644 --- a/primitives/session-keys/Cargo.toml +++ b/primitives/session-keys/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives for session keys" edition = "2021" license = "GPL-3.0" name = "session-key-primitives" -version = '4.3.1' +version = '4.4.0' [dependencies] async-trait = { version = "0.1", optional = true } diff --git a/runtime/calamari/Cargo.toml b/runtime/calamari/Cargo.toml index ace8b9053..d6cf61286 100644 --- a/runtime/calamari/Cargo.toml +++ b/runtime/calamari/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'calamari-runtime' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index e308d5613..76a89e73a 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "runtime-common" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] # Substrate dependencies diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index f830f7711..b3d1e6b5a 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "integration-tests" repository = "https://github.com/Manta-Network/Manta/" -version = "4.3.1" +version = "4.4.0" [dependencies] calamari-runtime = { path = "../calamari", optional = true } diff --git a/runtime/manta/Cargo.toml b/runtime/manta/Cargo.toml index 38a4ae10f..0b88d3b3f 100644 --- a/runtime/manta/Cargo.toml +++ b/runtime/manta/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'manta-runtime' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.3.1' +version = '4.4.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] }