From 2f8a9ec59d829b5bc57a11349379125f03f658ee Mon Sep 17 00:00:00 2001 From: RedCommander735 <40245965+RedCommander735@users.noreply.github.com> Date: Fri, 31 May 2024 21:32:46 +0200 Subject: [PATCH] chore: update changelog --- changelogs/CHANGELOG - latest.md | 6 ++---- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/changelogs/CHANGELOG - latest.md b/changelogs/CHANGELOG - latest.md index 3377fa6..7a67428 100644 --- a/changelogs/CHANGELOG - latest.md +++ b/changelogs/CHANGELOG - latest.md @@ -1,8 +1,6 @@ ## Changelog: -- Icons are now fully alpha compatible +- Hotfix: Leading zeros after decimal seperator were accidetally removed ## Technical changes: -- chore: update gitignore -- refactor: delete unnecessary files -- refactor: compound icon now works with path so is fully alpha compatible \ No newline at end of file +- fix: formatter was removing leading zeros after decimal seperator \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f8ee539..a2bf5a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ description: "A simple app to keep track of how much fuel you're using on averag # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.0+4 +version: 1.2.1+4 environment: flutter: '3.19.0'