diff --git a/Cargo.lock b/Cargo.lock index 41dbf20fe..44fe443a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,7 +960,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "2.4.3" +version = "2.4.4" dependencies = [ "anyhow", "atty", @@ -2505,7 +2505,7 @@ dependencies = [ [[package]] name = "native" -version = "2.4.3" +version = "2.4.4" dependencies = [ "aes-gcm-siv", "anyhow", @@ -4996,7 +4996,7 @@ dependencies = [ [[package]] name = "webapp" -version = "2.4.3" +version = "2.4.4" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 8ecc3c676..ef611fd26 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "2.4.3" +version = "2.4.4" edition = "2021" [dependencies] diff --git a/mobile/native/Cargo.toml b/mobile/native/Cargo.toml index 12c0bde2a..f57df9982 100644 --- a/mobile/native/Cargo.toml +++ b/mobile/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native" -version = "2.4.3" +version = "2.4.4" edition = "2021" [lib] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 525fab416..7e5907ccc 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.3 +version: 2.4.4 environment: sdk: '>=3.1.2 <4.0.0' dependencies: diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index fb456bf72..4999935df 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webapp" -version = "2.4.3" +version = "2.4.4" build = "build.rs" edition = "2021"