mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-22 15:09:22 +01:00
Versioning: 27.0
This commit is contained in:
parent
d9370ad3c7
commit
5c1d19a50f
3 changed files with 7 additions and 3 deletions
|
@ -80,5 +80,9 @@ This version includes changes that are not compatible with older versions. Pleas
|
||||||
// v26
|
// v26
|
||||||
"""26.0
|
"""26.0
|
||||||
- Pick album cover (open a photo in an album -> details -> use as cover)
|
- Pick album cover (open a photo in an album -> details -> use as cover)
|
||||||
|
""",
|
||||||
|
// v27
|
||||||
|
"""27.0
|
||||||
|
- New settings to customize photo viewer
|
||||||
""",
|
""",
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/// Version string shown in settings page
|
/// Version string shown in settings page
|
||||||
const versionStr = "26.0-047f92";
|
const versionStr = "27.0-d9370a";
|
||||||
const version = 260;
|
const version = 270;
|
||||||
|
|
||||||
/// Show a snack bar for a short amount of time
|
/// Show a snack bar for a short amount of time
|
||||||
const snackBarDurationShort = const Duration(seconds: 4);
|
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.
|
# 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: 1.26.0+2600
|
version: 1.27.0+2700
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.13.0 <3.0.0"
|
sdk: ">=2.13.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue