feat: Bump version number, add changelogs

This commit is contained in:
Anton Stubenbord
2023-12-16 15:04:04 +01:00
parent 9517b8e47e
commit 4868ce1b95
4 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
* Beheben eines Fehlers, durch welchen Tags nach Bearbeitung eines Dokumentes nicht mehr gefunden wurden
* Aktualisieren der F-Droid Konfiguration

View File

@@ -0,0 +1,2 @@
* Fixed a bug where tags cannot be found after editing a document
* Update F-Droid configuration

View File

@@ -63,6 +63,7 @@ class ChangelogDialog extends StatelessWidget {
} }
const _versionNumbers = { const _versionNumbers = {
"59": "3.1.5",
"58": "3.1.4", "58": "3.1.4",
"57": "3.1.3", "57": "3.1.3",
"56": "3.1.2", "56": "3.1.2",

View File

@@ -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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.1.4+58 version: 3.1.5+59
environment: environment:
sdk: ">=3.1.0 <4.0.0" sdk: ">=3.1.0 <4.0.0"