From e13cccd6522b3fc2a3cb8b484789e911e2341f08 Mon Sep 17 00:00:00 2001 From: Luis Correa Date: Thu, 25 Jun 2020 11:27:20 -0400 Subject: [PATCH] v1.2.0 --- lib/components/settings.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/components/settings.dart b/lib/components/settings.dart index 837018e..9c9e417 100644 --- a/lib/components/settings.dart +++ b/lib/components/settings.dart @@ -43,7 +43,7 @@ class _SettingsState extends State { mainAxisAlignment: MainAxisAlignment.center, children: [ 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, diff --git a/pubspec.yaml b/pubspec.yaml index 8c4d897..ccb9c32 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: 1.1.2+4 +version: 1.2.0+5 environment: sdk: ">=2.7.0 <3.0.0"