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

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Correa committed Jul 16, 2020
1 parent acded9e commit c308d0f
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.3 | 07-07-2020';
static const String versionInfo = 'Versión 1.2.4 | 15-07-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.3+10
version: 1.2.4+11

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

0 comments on commit c308d0f

Please sign in to comment.