Skip to content

Commit

Permalink
Merge pull request #2529 from get10101/release/2.4.0
Browse files Browse the repository at this point in the history
Release version 2.4.0
  • Loading branch information
holzeis authored May 12, 2024
2 parents 1d0ed92 + 42892ee commit 93a2c7c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coordinator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coordinator"
version = "2.3.0"
version = "2.4.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion mobile/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native"
version = "2.3.0"
version = "2.4.0"
edition = "2021"

[lib]
Expand Down
3 changes: 1 addition & 2 deletions mobile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.3.0
version: 2.4.0
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down Expand Up @@ -50,7 +50,6 @@ dependencies:
syncfusion_flutter_core: ^24.2.9
html: ^0.15.4
flutter_inappwebview: ^6.0.0-beta.23

dev_dependencies:
analyzer: ^6.4.1
flutter_launcher_icons: ^0.13.1
Expand Down
2 changes: 1 addition & 1 deletion webapp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webapp"
version = "2.3.0"
version = "2.4.0"
build = "build.rs"
edition = "2021"

Expand Down

0 comments on commit 93a2c7c

Please sign in to comment.