From c308d0fb528eae26029ab38e7b26479515df487e Mon Sep 17 00:00:00 2001 From: Luis Correa Date: Wed, 15 Jul 2020 22:56:11 -0400 Subject: [PATCH] v1.2.4 --- 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 bf1e2e4..298c239 100644 --- a/lib/components/settings.dart +++ b/lib/components/settings.dart @@ -33,7 +33,7 @@ class _SettingsState extends State { ); } - static const String versionInfo = 'Versión 1.2.3 | 07-07-2020'; + static const String versionInfo = 'Versión 1.2.4 | 15-07-2020'; @override Widget build(BuildContext context) { diff --git a/pubspec.yaml b/pubspec.yaml index 47899a8..585fd59 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.2.3+10 +version: 1.2.4+11 environment: sdk: ">=2.7.0 <3.0.0"