Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 310b2e5

Browse files
authored
Merge pull request #508 from itchysats/release/0.3.0
2 parents 8269b69 + 9b9699f commit 310b2e5

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2022-12-02
11+
12+
### Fixes
13+
14+
- Heaps of bugfixes and UX improvements
15+
1016
## [0.2.1] - 2022-11-25
1117

1218
### Added
@@ -52,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5258
- Backup seed view
5359
- Mocked CFD trading view
5460

55-
[Unreleased]: https://github.com/itchysats/10101/compare/0.2.1...HEAD
61+
[Unreleased]: https://github.com/itchysats/10101/compare/0.3.0...HEAD
62+
[0.3.0]: https://github.com/itchysats/10101/compare/0.2.1...0.3.0
5663
[0.2.1]: https://github.com/itchysats/10101/compare/0.2.0...0.2.1
5764
[0.2.0]: https://github.com/itchysats/10101/compare/0.1.0...0.2.0
5865
[0.1.0]: https://github.com/itchysats/10101/compare/fe2edaf79caea892b10d61b4f23a4e76fec808d2...0.1.0

pubspec.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ten_ten_one
22
description: A non-custodial Bitcoin and Lightning wallet for the masses. Trade derivatives, bet on your favorite team or set up a non-custodial savings account on Bitcoin. Powered by Lightning and DLCs. Built with ❤️.
33
publish_to: none
4-
version: 0.2.1
4+
version: 0.3.0
55
environment:
66
sdk: ">=2.17.0 <3.0.0"
77
dependencies:
@@ -64,17 +64,7 @@ flutter:
6464
- assets/Onboarding1-OneAppAllthingsBitcoin.png
6565
- assets/Onboarding2-YourKeysYourBitcoin.png
6666
- assets/Onboarding3-TradeNonCustodial.png
67-
6867
flutter_native_splash:
69-
# color or background_image is the only required parameter. Use color to set the background
70-
# of your splash screen to a solid color. Use background_image to set the background of your
71-
# splash screen to a png image. This is useful for gradients. The image will be stretch to the
72-
# size of the app. Only one parameter can be used, color and background_image cannot both be set.
7368
color: "#FFFFFF"
74-
75-
# The image parameter allows you to specify an image used in the splash screen. It must be a
76-
# png file and should be sized for 4x pixel density.
7769
image: assets/10101.finance_logo_1500x1500.png
78-
79-
# Following are Android 12 specific parameter.
80-
android_12:
70+
android_12: null

0 commit comments

Comments
 (0)