Skip to content

Commit

Permalink
Merge pull request #2308 from get10101/release/2.0.6
Browse files Browse the repository at this point in the history
Release version 2.0.6
  • Loading branch information
bonomat authored Mar 22, 2024
2 parents 68cae96 + 4b436ec commit 5a4a74f
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.0.5"
version = "2.0.6"
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.0.5"
version = "2.0.6"
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.0.5
version: 2.0.6
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down Expand Up @@ -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:
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.0.5"
version = "2.0.6"
build = "build.rs"
edition = "2021"

Expand Down

0 comments on commit 5a4a74f

Please sign in to comment.