mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 09:15:48 -06:00
feat: Bump version number, add changelogs
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* Beheben eines App-Log Fehlers
|
||||
@@ -0,0 +1 @@
|
||||
* Fixed app-log bug
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user