diff --git a/android/fastlane/metadata/android/de-DE/changelogs/43.txt b/android/fastlane/metadata/android/de-DE/changelogs/43.txt new file mode 100644 index 0000000..96a96ec --- /dev/null +++ b/android/fastlane/metadata/android/de-DE/changelogs/43.txt @@ -0,0 +1,3 @@ +* Unterstützung für monochrome icons auf Android 12+ +* Neue Einstellung, welche es erlaubt, auch einseitige Scans immer als PDF hochzuladen +* Umstrukturierung der Einstellungs-Seite diff --git a/android/fastlane/metadata/android/en-US/changelogs/43.txt b/android/fastlane/metadata/android/en-US/changelogs/43.txt new file mode 100644 index 0000000..21286aa --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/43.txt @@ -0,0 +1,3 @@ +* Support for monochromatic icons on Android 12+ +* New setting to allow single paged scans to be uploaded as PDF +* Restructured settings page \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 85d165c..2006864 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 2.3.7+42 +version: 2.3.8+43 environment: sdk: ">=3.0.0 <4.0.0"