diff --git a/lib/constants.dart b/lib/constants.dart index a1740a0d..61bacb67 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.3.2'; +const APP_VERSION = 'v2.3.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 febcb175..1dcb01af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_catalog description: An app showcasing Flutter components, with side-by-side source code view. # *Note*: when version change, remember to also update constants.dart. -version: 2.3.2+42 +version: 2.3.3+44 environment: sdk: ">=2.3.0 <3.0.0"