diff --git a/Cargo.lock b/Cargo.lock index 133297c9c..c7c9fb75b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,7 +961,7 @@ dependencies = [ [[package]] name = "coordinator" -version = "4.0.0" +version = "4.0.1" dependencies = [ "anyhow", "atty", @@ -2569,7 +2569,7 @@ dependencies = [ [[package]] name = "native" -version = "4.0.0" +version = "4.0.1" dependencies = [ "aes-gcm-siv", "anyhow", @@ -5143,7 +5143,7 @@ dependencies = [ [[package]] name = "webapp" -version = "4.0.0" +version = "4.0.1" dependencies = [ "anyhow", "atty", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 981e1abb8..4b8b881ac 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "4.0.0" +version = "4.0.1" edition = "2021" [dependencies] diff --git a/mobile/native/Cargo.toml b/mobile/native/Cargo.toml index 2db4d641c..e51d7b316 100644 --- a/mobile/native/Cargo.toml +++ b/mobile/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native" -version = "4.0.0" +version = "4.0.1" edition = "2021" [lib] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index a19aaebeb..2702e324b 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: 4.0.0 +version: 4.0.1 environment: sdk: '>=3.1.2 <4.0.0' flutter: 3.22.1 diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index 29adc3f74..8f2306bc5 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webapp" -version = "4.0.0" +version = "4.0.1" build = "build.rs" edition = "2021"