diff --git a/assets/release_notes/release_notes_en_2.0.0.md b/assets/release_notes/release_notes_en_2.0.0.md new file mode 100644 index 0000000..4aea6fe --- /dev/null +++ b/assets/release_notes/release_notes_en_2.0.0.md @@ -0,0 +1,4 @@ +- Equipment Profiles: Added exposure offset calibration for different camera setups +- Photo Logbook: Track your shots with detailed metadata and notes +- Polish Language: Full Polish translation added +- Better Translations: Improved accuracy across all languages diff --git a/pubspec.yaml b/pubspec.yaml index 0b6362d..104a54e 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.1.0+60 +version: 2.0.0+61 environment: sdk: ">=3.0.0 <4.0.0"