diff --git a/assets/release_notes/release_notes_en_1.1.0.md b/assets/release_notes/release_notes_en_1.1.0.md new file mode 100644 index 0000000..7975736 --- /dev/null +++ b/assets/release_notes/release_notes_en_1.1.0.md @@ -0,0 +1,2 @@ +- Added the ability to display 35mm equivalent focal length instead of zoom factor. +- Fixed camera settings reset when switching between apps. diff --git a/pubspec.yaml b/pubspec.yaml index cb845b8..395d9f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: lightmeter description: Lightmeter app inspired by Material 3 design system. publish_to: "none" -version: 1.0.4+59 +version: 1.1.0+60 environment: sdk: ">=3.0.0 <4.0.0"