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

Commit e13cccd

Browse files
author
Luis Correa
committed
v1.2.0
1 parent ac5e608 commit e13cccd

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
@@ -43,7 +43,7 @@ class _SettingsState extends State<SettingsWidget> {
4343
mainAxisAlignment: MainAxisAlignment.center,
4444
children: <Widget>[
4545
Text(
46-
'Versión 1.1.1 | 23-06-2020',
46+
'Versión 1.2.0 | 25-06-2020',
4747
style: TextStyle(
4848
color: Colors.white,
4949
fontWeight: FontWeight.bold,

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.1.2+4
18+
version: 1.2.0+5
1919

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

0 commit comments

Comments
 (0)