From f758c80289488c208beddd4fd766155beade4688 Mon Sep 17 00:00:00 2001 From: x-wei Date: Sat, 16 Feb 2019 17:25:41 +0100 Subject: [PATCH] v1.5.3 --- lib/my_app_meta.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/my_app_meta.dart b/lib/my_app_meta.dart index 4eaa7c1b..c0cdd3f3 100644 --- a/lib/my_app_meta.dart +++ b/lib/my_app_meta.dart @@ -61,7 +61,7 @@ import './routes/widgets_textformfield_ex.dart'; // Metadatas about this app: // *Note*: when APP_VERSION is changed, remember to also update pubspec.yaml. -const APP_VERSION = 'v1.5.2'; +const APP_VERSION = 'v1.5.3'; const APP_NAME = 'Flutter Catalog'; final kAppIcon = Image.asset('res/images/launcher_icon.png', height: 64.0, width: 64.0); diff --git a/pubspec.yaml b/pubspec.yaml index 9b459119..815e93b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: An app showcasing Flutter components, with side-by-side source code # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 1.5.2+30 +version: 1.5.3+31 dependencies: flutter: