Skip to content

Commit

Permalink
Merge branch 'v1.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
iakdis committed May 11, 2023
2 parents 15e150b + b8e96d2 commit e1863c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# 🌟 New release: v1.7.0 🌟
### Take a look at what has changed [here](https://github.com/iakmds/librecamera/releases/tag/v1.7.0)!
# 🌟 New release: v1.8.0 🌟
### Take a look at what has changed [here](https://github.com/iakmds/librecamera/releases/tag/v1.8.0)!

<br><br>

Expand Down
2 changes: 1 addition & 1 deletion lib/src/pages/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class _SettingsPageState extends State<SettingsPage> {
icon: const Icon(Icons.info),
applicationName: 'Libre Camera',
applicationVersion: AppLocalizations.of(context)!.version(
'1.7.0'), //TODO change versions HERE AND pubspec.yaml at 'version'
'1.8.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.7.0+11
version: 1.8.0+12

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

0 comments on commit e1863c5

Please sign in to comment.