diff --git a/lib/components/settings.dart b/lib/components/settings.dart index 420c3cf..5d8f9df 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.1 | 30-06-2020'; + static const String versionInfo = 'Versión 1.2.2 | 30-06-2020'; @override Widget build(BuildContext context) { diff --git a/pubspec.yaml b/pubspec.yaml index 1c1cfee..4330961 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.1+6 +version: 1.2.2+7 environment: sdk: ">=2.7.0 <3.0.0"