From 5a535df41b458b90d1c6e837e171cd1268683741 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Wed, 8 Nov 2023 18:29:59 +0100 Subject: [PATCH] feat: Bump version number, add changelogs --- android/fastlane/metadata/android/de-DE/changelogs/57.txt | 1 + android/fastlane/metadata/android/en-US/changelogs/57.txt | 1 + lib/features/changelogs/view/changelog_dialog.dart | 1 + pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 android/fastlane/metadata/android/de-DE/changelogs/57.txt create mode 100644 android/fastlane/metadata/android/en-US/changelogs/57.txt diff --git a/android/fastlane/metadata/android/de-DE/changelogs/57.txt b/android/fastlane/metadata/android/de-DE/changelogs/57.txt new file mode 100644 index 00000000..745c7c30 --- /dev/null +++ b/android/fastlane/metadata/android/de-DE/changelogs/57.txt @@ -0,0 +1 @@ +* Beheben eines App-Log Fehlers \ No newline at end of file diff --git a/android/fastlane/metadata/android/en-US/changelogs/57.txt b/android/fastlane/metadata/android/en-US/changelogs/57.txt new file mode 100644 index 00000000..80eaeafd --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/57.txt @@ -0,0 +1 @@ +* Fixed app-log bug \ 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 77bccc82..7eee4809 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 = { + "57": "3.1.3", "56": "3.1.2", "55": "3.1.1", "54": "3.1.0", diff --git a/pubspec.yaml b/pubspec.yaml index 881637c8..b67b3ebc 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.2+56 +version: 3.1.3+57 environment: sdk: ">=3.0.0 <4.0.0"