diff --git a/mason-config.json b/mason-config.json index 369a51f..f1ae853 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.13.0", + "app_version": "1.14.0", "build_number": "1", "json_field_rename_format": "snake", "add_permission_handler": true diff --git a/sample/pubspec.yaml b/sample/pubspec.yaml index 5f3d20a..5cad829 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.13.0+1 +version: 1.14.0+1 environment: sdk: '>=3.0.0 <4.0.0'