diff --git a/Cargo.lock b/Cargo.lock index b23f083de..c171627b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "2.0.5" +version = "2.0.6" dependencies = [ "anyhow", "atty", @@ -2631,7 +2631,7 @@ dependencies = [ [[package]] name = "native" -version = "2.0.5" +version = "2.0.6" dependencies = [ "aes-gcm-siv", "anyhow", @@ -5067,7 +5067,7 @@ dependencies = [ [[package]] name = "webapp" -version = "2.0.5" +version = "2.0.6" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index f324e0cc4..9557d6452 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "2.0.5" +version = "2.0.6" edition = "2021" [dependencies] diff --git a/mobile/native/Cargo.toml b/mobile/native/Cargo.toml index 74fd9001a..ea9367d0c 100644 --- a/mobile/native/Cargo.toml +++ b/mobile/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native" -version = "2.0.5" +version = "2.0.6" edition = "2021" [lib] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 3aff864f4..e8d0ba958 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.0.5 +version: 2.0.6 environment: sdk: '>=3.1.2 <4.0.0' dependencies: @@ -49,7 +49,6 @@ dependencies: screenshot: ^2.1.0 syncfusion_flutter_sliders: ^24.2.9 syncfusion_flutter_core: ^24.2.9 - dependency_overrides: intl: ^0.18.0 dev_dependencies: diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index b82ffd826..ec7672580 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webapp" -version = "2.0.5" +version = "2.0.6" build = "build.rs" edition = "2021"