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

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Correa committed Jun 25, 2020
1 parent ac5e608 commit e13cccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/components/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class _SettingsState extends State<SettingsWidget> {
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Text(
'Versión 1.1.1 | 23-06-2020',
'Versión 1.2.0 | 25-06-2020',
style: TextStyle(
color: Colors.white,
fontWeight: FontWeight.bold,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.1.2+4
version: 1.2.0+5

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit e13cccd

Please sign in to comment.