diff --git a/android/fastlane/metadata/android/de-DE/changelogs/35.txt b/android/fastlane/metadata/android/de-DE/changelogs/35.txt new file mode 100644 index 0000000..a33374b --- /dev/null +++ b/android/fastlane/metadata/android/de-DE/changelogs/35.txt @@ -0,0 +1,2 @@ +* Beheben der Fehler, welche durch Update von paperless-ngx auf 1.14 zurückzuführen sind +* Kleines Update der Suche \ No newline at end of file diff --git a/android/fastlane/metadata/android/en-US/changelogs/35.txt b/android/fastlane/metadata/android/en-US/changelogs/35.txt new file mode 100644 index 0000000..efe2aed --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/35.txt @@ -0,0 +1,2 @@ +* Fixed bugs which were introduced with the update to paperless-ngx 1.14 +* Small updates to search \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 8285c4e..46f6943 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,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.2.6+34 +version: 2.3.0+35 environment: sdk: ">=2.19.0 <4.0.0"