mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Versioning: 25.0
This commit is contained in:
parent
74b05682a8
commit
5f3e3ef0c3
3 changed files with 5 additions and 3 deletions
|
@ -75,4 +75,6 @@ This version includes changes that are not compatible with older versions. Pleas
|
|||
"""24.0
|
||||
- Show and manage deleted files in trash bin
|
||||
""",
|
||||
// v25
|
||||
null,
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/// Version string shown in settings page
|
||||
const versionStr = "24.0-674814";
|
||||
const version = 240;
|
||||
const versionStr = "25.0-74b056";
|
||||
const version = 250;
|
||||
|
||||
/// Show a snack bar for a short amount of time
|
||||
const snackBarDurationShort = const Duration(seconds: 4);
|
||||
|
|
|
@ -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: 1.24.0+2400
|
||||
version: 1.25.0+2500
|
||||
|
||||
environment:
|
||||
sdk: ">=2.13.0 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue