diff --git a/lib/my_app_meta.dart b/lib/my_app_meta.dart index 20ca171a..91895f3d 100644 --- a/lib/my_app_meta.dart +++ b/lib/my_app_meta.dart @@ -67,7 +67,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 = 'v2.1.0'; +const APP_VERSION = 'v2.2.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 a120bb3b..1010b0be 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.1.0+38 +version: 2.2.0+39 environment: sdk: ">=2.3.0 <3.0.0"