Skip to content

Commit

Permalink
feat: Bump version number, add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
astubenbord committed Dec 16, 2023
1 parent 9517b8e commit 4868ce1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions android/fastlane/metadata/android/de-DE/changelogs/59.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Beheben eines Fehlers, durch welchen Tags nach Bearbeitung eines Dokumentes nicht mehr gefunden wurden
* Aktualisieren der F-Droid Konfiguration
2 changes: 2 additions & 0 deletions android/fastlane/metadata/android/en-US/changelogs/59.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fixed a bug where tags cannot be found after editing a document
* Update F-Droid configuration
1 change: 1 addition & 0 deletions lib/features/changelogs/view/changelog_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4868ce1

Please sign in to comment.