Skip to content

Commit 3ae1350

Browse files
authored
Merge pull request #2665 from get10101/release/4.0.1
Release version 4.0.1
2 parents 5543e72 + c51cc94 commit 3ae1350

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coordinator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coordinator"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
edition = "2021"
55

66
[dependencies]

mobile/native/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
edition = "2021"
55

66
[lib]

mobile/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: get_10101
22
description: 10101 combines the power of a self-custodial on-chain and off-chain wallet with the vast world of trading.
33
publish_to: none
4-
version: 4.0.0
4+
version: 4.0.1
55
environment:
66
sdk: '>=3.1.2 <4.0.0'
77
flutter: 3.22.1

webapp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webapp"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
build = "build.rs"
55
edition = "2021"
66

0 commit comments

Comments
 (0)