Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Jan 12, 2019
1 parent 1156895 commit 13e3964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/my_app_meta.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.4.0';
const APP_VERSION = 'v1.4.1';
const APP_NAME = 'Flutter Catalog';
const APP_LOGO = FlutterLogo(size: 32.0);
const APP_DESCRIPTION = 'An app showcasing Flutter components, with '
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0+20
version: 1.4.1+23

dependencies:
flutter:
Expand Down

0 comments on commit 13e3964

Please sign in to comment.