diff --git a/android/fastlane/metadata/android/de-DE/changelogs/59.txt b/android/fastlane/metadata/android/de-DE/changelogs/59.txt new file mode 100644 index 00000000..156f432c --- /dev/null +++ b/android/fastlane/metadata/android/de-DE/changelogs/59.txt @@ -0,0 +1,2 @@ +* Beheben eines Fehlers, durch welchen Tags nach Bearbeitung eines Dokumentes nicht mehr gefunden wurden +* Aktualisieren der F-Droid Konfiguration \ No newline at end of file diff --git a/android/fastlane/metadata/android/en-US/changelogs/59.txt b/android/fastlane/metadata/android/en-US/changelogs/59.txt new file mode 100644 index 00000000..9f3d6ee7 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/59.txt @@ -0,0 +1,2 @@ +* Fixed a bug where tags cannot be found after editing a document +* Update F-Droid configuration \ No newline at end of file diff --git a/lib/features/changelogs/view/changelog_dialog.dart b/lib/features/changelogs/view/changelog_dialog.dart index 9e1da1f5..05025f30 100644 --- a/lib/features/changelogs/view/changelog_dialog.dart +++ b/lib/features/changelogs/view/changelog_dialog.dart @@ -63,6 +63,7 @@ class ChangelogDialog extends StatelessWidget { } const _versionNumbers = { + "59": "3.1.5", "58": "3.1.4", "57": "3.1.3", "56": "3.1.2", diff --git a/pubspec.yaml b/pubspec.yaml index 89d3616a..5cce3e5a 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: 3.1.4+58 +version: 3.1.5+59 environment: sdk: ">=3.1.0 <4.0.0"