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

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Correa committed Jul 1, 2020
1 parent 06d5fd3 commit c19a3da
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 @@ -33,7 +33,7 @@ class _SettingsState extends State<SettingsWidget> {
);
}

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) {
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.2.1+6
version: 1.2.2+7

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

0 comments on commit c19a3da

Please sign in to comment.