From d886feef0c5ee1a32839b57ef04124a7fab697d7 Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Fri, 3 May 2024 16:57:27 +0000 Subject: [PATCH] Prepare release 2.3.0 --- 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 6f02e9f87..bf8315954 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,7 +960,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "2.2.3" +version = "2.3.0" dependencies = [ "anyhow", "atty", @@ -2505,7 +2505,7 @@ dependencies = [ [[package]] name = "native" -version = "2.2.3" +version = "2.3.0" dependencies = [ "aes-gcm-siv", "anyhow", @@ -4996,7 +4996,7 @@ dependencies = [ [[package]] name = "webapp" -version = "2.2.3" +version = "2.3.0" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index d63cc4737..bf472c30f 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "2.2.3" +version = "2.3.0" edition = "2021" [dependencies] diff --git a/mobile/native/Cargo.toml b/mobile/native/Cargo.toml index 3af62b0bc..fbd3a261a 100644 --- a/mobile/native/Cargo.toml +++ b/mobile/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native" -version = "2.2.3" +version = "2.3.0" edition = "2021" [lib] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 10ec8d890..8c2d6cc53 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.2.3 +version: 2.3.0 environment: sdk: '>=3.1.2 <4.0.0' dependencies: diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index cc57b4423..3c8d8dabb 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webapp" -version = "2.2.3" +version = "2.3.0" build = "build.rs" edition = "2021"