From 1a623f8ff6a6927c2188d10700b00a9328779e18 Mon Sep 17 00:00:00 2001 From: iakmds <111225446+iakmds@users.noreply.github.com> Date: Fri, 25 Nov 2022 09:28:26 +0100 Subject: [PATCH] bump: Version 1.5.0 --- lib/src/pages/settings_page.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/pages/settings_page.dart b/lib/src/pages/settings_page.dart index 8ba9880..ecdc455 100644 --- a/lib/src/pages/settings_page.dart +++ b/lib/src/pages/settings_page.dart @@ -120,7 +120,7 @@ class _SettingsPageState extends State { icon: const Icon(Icons.info), applicationName: 'Libre Camera', applicationVersion: AppLocalizations.of(context)!.version( - '1.4.0'), //TODO change versions HERE AND pubspec.yaml at 'version' + '1.5.0'), //TODO change versions HERE AND pubspec.yaml at 'version' applicationIcon: const Image( image: AssetImage('assets/images/icon.png'), width: 50, diff --git a/pubspec.yaml b/pubspec.yaml index 427975f..0965d2a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.4.0+6 +version: 1.5.0+7 environment: sdk: ">=2.17.6 <3.0.0"