diff --git a/android/fastlane/metadata/android/de-DE/changelogs/56.txt b/android/fastlane/metadata/android/de-DE/changelogs/56.txt new file mode 100644 index 0000000..9205ae2 --- /dev/null +++ b/android/fastlane/metadata/android/de-DE/changelogs/56.txt @@ -0,0 +1 @@ +* F-Droid build \ No newline at end of file diff --git a/android/fastlane/metadata/android/en-US/changelogs/56.txt b/android/fastlane/metadata/android/en-US/changelogs/56.txt new file mode 100644 index 0000000..9205ae2 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/56.txt @@ -0,0 +1 @@ +* F-Droid build \ 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 3897db2..77bccc8 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 = { + "56": "3.1.2", "55": "3.1.1", "54": "3.1.0", "53": "3.0.6", diff --git a/pubspec.yaml b/pubspec.yaml index ee31c3b..095ed2e 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.1+55 +version: 3.1.2+56 environment: sdk: ">=3.0.0 <4.0.0"