From 993595e191aa3014c06bc59996bbb22a465f9c66 Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Wed, 31 Jul 2024 01:41:28 +0000 Subject: [PATCH] Prepare release 2.4.7 --- Cargo.lock | 6 +++--- coordinator/Cargo.toml | 2 +- mobile/native/Cargo.toml | 2 +- mobile/pubspec.yaml | 2 +- webapp/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6a98d483..216331402 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,7 +961,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "2.4.5" +version = "2.4.7" dependencies = [ "anyhow", "atty", @@ -2565,7 +2565,7 @@ dependencies = [ [[package]] name = "native" -version = "2.4.5" +version = "2.4.7" dependencies = [ "aes-gcm-siv", "anyhow", @@ -5088,7 +5088,7 @@ dependencies = [ [[package]] name = "webapp" -version = "2.4.5" +version = "2.4.7" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 38c187d77..a3b57a810 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "2.4.5" +version = "2.4.7" edition = "2021" [dependencies] diff --git a/mobile/native/Cargo.toml b/mobile/native/Cargo.toml index cbbcc6532..c2927699c 100644 --- a/mobile/native/Cargo.toml +++ b/mobile/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native" -version = "2.4.5" +version = "2.4.7" edition = "2021" [lib] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 9bb166a50..5e22a70ec 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -1,7 +1,7 @@ name: get_10101 description: 10101 combines the power of a self-custodial on-chain and off-chain wallet with the vast world of trading. publish_to: none -version: 2.4.5 +version: 2.4.7 environment: sdk: '>=3.1.2 <4.0.0' flutter: 3.22.1 diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index 686a7675c..672a437c6 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webapp" -version = "2.4.5" +version = "2.4.7" build = "build.rs" edition = "2021"