Skip to content

Commit

Permalink
Merge pull request #2428 from get10101/release/2.2.0
Browse files Browse the repository at this point in the history
Release version 2.2.0
  • Loading branch information
bonomat committed Apr 16, 2024
2 parents 6cd8d92 + 2d5dbac commit 142e23a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.1.1"
version = "2.2.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.1.1"
version = "2.2.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1
version: 2.2.0
environment:
sdk: '>=3.1.2 <4.0.0'
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.1.1"
version = "2.2.0"
build = "build.rs"
edition = "2021"

Expand Down

0 comments on commit 142e23a

Please sign in to comment.