From d9b7f919016c1aa2bc17cdcfb811e57d8194aa24 Mon Sep 17 00:00:00 2001 From: vjrj <vjrj@comunes.org> Date: Sun, 26 Mar 2023 15:44:09 +0200 Subject: [PATCH] Bump 0.0.9 --- lib/ui/ui_helpers.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/ui_helpers.dart b/lib/ui/ui_helpers.dart index 53fd3714..1e38bbae 100644 --- a/lib/ui/ui_helpers.dart +++ b/lib/ui/ui_helpers.dart @@ -133,7 +133,7 @@ String formatKAmount(BuildContext context, double amount) => double parseToDoubleLocalized(String locale, String double) => NumberFormat.decimalPattern(locale).parse(double).toDouble(); -String getAppVersion() => '0.0.8'; +String getAppVersion() => '0.0.9'; String localizeNumber(BuildContext context, double amount) => NumberFormat.decimalPattern(context.locale.toString()).format(amount); diff --git a/pubspec.yaml b/pubspec.yaml index 0ee85e19..1c1b9fd0 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.8 +version: 0.0.9 environment: sdk: ">=2.17.1 <3.0.0" -- GitLab