feat: Bump version number, update changelogs

This commit is contained in:
Anton Stubenbord
2023-06-15 17:13:56 +02:00
parent cbe70b7131
commit 656cbcab80
3 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.3.7+42 version: 2.3.8+43
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"