From 76708dc9cd5e5d78a4652f26f4967f883131e591 Mon Sep 17 00:00:00 2001 From: 1010Juan Date: Fri, 5 Apr 2024 20:15:06 +0000 Subject: [PATCH] Prepare release 2.1.1 --- 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 7b63e5fa7..401e4ec33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "2.1.0" +version = "2.1.1" dependencies = [ "anyhow", "atty", @@ -2632,7 +2632,7 @@ dependencies = [ [[package]] name = "native" -version = "2.1.0" +version = "2.1.1" dependencies = [ "aes-gcm-siv", "anyhow", @@ -5068,7 +5068,7 @@ dependencies = [ [[package]] name = "webapp" -version = "2.1.0" +version = "2.1.1" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 77f5bd559..1c46d7ac6 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "2.1.0" +version = "2.1.1" edition = "2021" [dependencies] diff --git a/mobile/native/Cargo.toml b/mobile/native/Cargo.toml index 45880cba3..616d1a18b 100644 --- a/mobile/native/Cargo.toml +++ b/mobile/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native" -version = "2.1.0" +version = "2.1.1" edition = "2021" [lib] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 5a709a01d..4b2a239b7 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.1.0 +version: 2.1.1 environment: sdk: '>=3.1.2 <4.0.0' dependencies: diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index 608358c98..b07714fcd 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webapp" -version = "2.1.0" +version = "2.1.1" build = "build.rs" edition = "2021"