diff --git a/lib/ui/ui_helpers.dart b/lib/ui/ui_helpers.dart index 53fd3714dfcf4aa219844aa3749c23578a50f4a1..1e38bbaeb46be8c5c78394d96d0e68a3a824ced3 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 0ee85e1930590c1171a1359af4f566d7640a2097..1c1b9fd0347605e76d478ddff2b222c209cda094 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"