From 873e502873b3df79d8eaeb513e16b91aec873584 Mon Sep 17 00:00:00 2001 From: x-wei Date: Sun, 13 Jan 2019 20:57:54 +0100 Subject: [PATCH] v1.5.1 --- 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 80ed25f8..f69e7520 100644 --- a/lib/my_app_meta.dart +++ b/lib/my_app_meta.dart @@ -55,7 +55,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.0'; +const APP_VERSION = 'v1.5.1'; 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 6e4d7d3a..dfcc830d 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.0+28 +version: 1.5.1+29 dependencies: flutter: