From c17a62637f0e2d3966ef852c437b5e80cf7e48cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Soszy=C5=84ski?= Date: Thu, 15 Sep 2022 09:05:23 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7591c..367ee0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # Changelog +## 0.0.3 (2022-09-15) + +- Dark theme +- Multi lang - Polish +- Better connection handling +- Material 3 +- Nicer about page and contacts + ## 0.0.2 (2022-09-09) + - Add privacy policy and licenses page ## 0.0.1 (2022-09-01) + - Initial app launch - Basic features to change mode and look at the battery diff --git a/pubspec.yaml b/pubspec.yaml index 6300d2d..7fec010 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.2+2 +version: 0.0.3+3 environment: sdk: ">=2.17.1 <3.0.0"