Skip to content

Commit 730cb05

Browse files
committed
v1.3.0
1 parent 00eedc7 commit 730cb05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/my_app_meta.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import './routes/widgets_textformfield_ex.dart';
4949

5050
// Metadatas about this app:
5151
// *Note*: when APP_VERSION is changed, remember to also update pubspec.yaml.
52-
const APP_VERSION = 'v1.2.2';
52+
const APP_VERSION = 'v1.3.0';
5353
const APP_NAME = 'Flutter Catalog';
5454
const APP_LOGO = FlutterLogo(size: 32.0);
5555
const APP_DESCRIPTION = 'An app showcasing Flutter components, with '

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: An app showcasing Flutter components, with side-by-side source code
77
# Both the version and the builder number may be overridden in flutter
88
# build by specifying --build-name and --build-number, respectively.
99
# Read more about versioning at semver.org.
10-
version: 1.2.2+9
10+
version: 1.3.0+10
1111

1212
dependencies:
1313
flutter:

0 commit comments

Comments
 (0)