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

Commit

Permalink
Merge pull request #508 from itchysats/release/0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat authored Dec 2, 2022
2 parents 8269b69 + 9b9699f commit 310b2e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2022-12-02

### Fixes

- Heaps of bugfixes and UX improvements

## [0.2.1] - 2022-11-25

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

[Unreleased]: https://github.com/itchysats/10101/compare/0.2.1...HEAD
[Unreleased]: https://github.com/itchysats/10101/compare/0.3.0...HEAD
[0.3.0]: https://github.com/itchysats/10101/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/itchysats/10101/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/itchysats/10101/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/itchysats/10101/compare/fe2edaf79caea892b10d61b4f23a4e76fec808d2...0.1.0
14 changes: 2 additions & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ten_ten_one
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 ❤️.
publish_to: none
version: 0.2.1
version: 0.3.0
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
Expand Down Expand Up @@ -64,17 +64,7 @@ flutter:
- assets/Onboarding1-OneAppAllthingsBitcoin.png
- assets/Onboarding2-YourKeysYourBitcoin.png
- assets/Onboarding3-TradeNonCustodial.png

flutter_native_splash:
# color or background_image is the only required parameter. Use color to set the background
# of your splash screen to a solid color. Use background_image to set the background of your
# splash screen to a png image. This is useful for gradients. The image will be stretch to the
# size of the app. Only one parameter can be used, color and background_image cannot both be set.
color: "#FFFFFF"

# The image parameter allows you to specify an image used in the splash screen. It must be a
# png file and should be sized for 4x pixel density.
image: assets/10101.finance_logo_1500x1500.png

# Following are Android 12 specific parameter.
android_12:
android_12: null

0 comments on commit 310b2e5

Please sign in to comment.