Skip to content

Commit

Permalink
bump: Version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iakmds committed Feb 21, 2023
1 parent e34d4f2 commit c1ec2a2
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 @@ -121,7 +121,7 @@ class _SettingsPageState extends State<SettingsPage> {
icon: const Icon(Icons.info),
applicationName: 'Libre Camera',
applicationVersion: AppLocalizations.of(context)!.version(
'1.5.0'), //TODO change versions HERE AND pubspec.yaml at 'version'
'1.6.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.5.1+8
version: 1.6.0+9

environment:
sdk: ">=2.17.6 <3.0.0"
Expand Down

0 comments on commit c1ec2a2

Please sign in to comment.