mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Versioning: 26.0
This commit is contained in:
parent
047f92bc98
commit
0031fb9f0d
3 changed files with 7 additions and 3 deletions
|
@ -77,4 +77,8 @@ This version includes changes that are not compatible with older versions. Pleas
|
|||
""",
|
||||
// v25
|
||||
null,
|
||||
// v26
|
||||
"""26.0
|
||||
- Pick album cover (open a photo in an album -> details -> use as cover)
|
||||
""",
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/// Version string shown in settings page
|
||||
const versionStr = "25.1-f07e64";
|
||||
const version = 251;
|
||||
const versionStr = "26.0-047f92";
|
||||
const version = 260;
|
||||
|
||||
/// 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.25.1+2510
|
||||
version: 1.26.0+2600
|
||||
|
||||
environment:
|
||||
sdk: ">=2.13.0 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue