Skip to content
Snippets Groups Projects
Commit 33138580 authored by vjrj's avatar vjrj
Browse files

Bump 0.0.11

parent 9d7ac05c
No related branches found
Tags v0.0.11
No related merge requests found
......@@ -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.10';
String getAppVersion() => '0.0.11';
String localizeNumber(BuildContext context, double amount) =>
NumberFormat.decimalPattern(context.locale.toString()).format(amount);
......
......@@ -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.10
version: 0.0.11
environment:
sdk: ">=2.17.1 <3.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment