diff --git a/lib/constants.dart b/lib/constants.dart index 8c21bd2b..f4988445 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,7 +1,7 @@ import 'package:flutter/material.dart'; // *Note*: when APP_VERSION is changed, remember to also update pubspec.yaml. -const APP_VERSION = 'v2.2.0'; +const APP_VERSION = 'v2.3.0'; 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 ae02508b..99ba2280 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: 2.2.0+39 +version: 2.3.0+40 environment: sdk: ">=2.3.0 <3.0.0"