From 256466bc55ed9604244d3057251c34f249500a69 Mon Sep 17 00:00:00 2001 From: luongvo Date: Tue, 31 Oct 2023 09:48:26 +0000 Subject: [PATCH 1/2] Bump version to 1.13.0 --- mason-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mason-config.json b/mason-config.json index 4cb4c41e..369a51f5 100644 --- a/mason-config.json +++ b/mason-config.json @@ -2,7 +2,7 @@ "project_name": "flutter_templates", "package_name": "co.nimblehq.flutter.template", "app_name": "Flutter Templates", - "app_version": "1.12.0", + "app_version": "1.13.0", "build_number": "1", "json_field_rename_format": "snake", "add_permission_handler": true From 9b2627258e0bb2d2d8616427cdc5d40a76f2c459 Mon Sep 17 00:00:00 2001 From: team-nimblehq Date: Tue, 31 Oct 2023 09:54:26 +0000 Subject: [PATCH 2/2] [Chore] Generate & update sample project --- sample/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/pubspec.yaml b/sample/pubspec.yaml index 28f9fe97..5f3d20ad 100644 --- a/sample/pubspec.yaml +++ b/sample/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.12.0+1 +version: 1.13.0+1 environment: sdk: '>=3.0.0 <4.0.0'