Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit c308d0f

Browse files
author
Luis Correa
committed
v1.2.4
1 parent acded9e commit c308d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/components/settings.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class _SettingsState extends State<SettingsWidget> {
3333
);
3434
}
3535

36-
static const String versionInfo = 'Versión 1.2.3 | 07-07-2020';
36+
static const String versionInfo = 'Versión 1.2.4 | 15-07-2020';
3737

3838
@override
3939
Widget build(BuildContext context) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.2.3+10
18+
version: 1.2.4+11
1919

2020
environment:
2121
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)