Skip to content

Commit

Permalink
bump: Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iakdis committed Nov 25, 2022
1 parent cc25b8b commit 1a623f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/pages/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class _SettingsPageState extends State<SettingsPage> {
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,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a623f8

Please sign in to comment.