feat: Bump version number, add changelogs

This commit is contained in:
Anton Stubenbord
2023-10-10 01:30:16 +02:00
parent 86c08aefdc
commit 0b4b7f6871
3 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
* Beheben eines Fehlers, durch welchen mit der App geteilte Dateien nach dem Upload nicht korrekt entfernt wurden
* Ausstehende Dateien können wieder eingesehen werden

View File

@@ -0,0 +1,2 @@
* Fixed a bug where received shared files were not correctly consumed after successful upload
* Pending files can again be viewed

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.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.0.3+50
version: 3.0.4+51
environment:
sdk: ">=3.0.0 <4.0.0"