mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Versioning: 24.0
This commit is contained in:
parent
674814fd01
commit
de19c6ca69
3 changed files with 7 additions and 3 deletions
|
@ -70,5 +70,9 @@ This version includes changes that are not compatible with older versions. Pleas
|
|||
// v23
|
||||
"""23.0
|
||||
- Paid version is now published on Play Store. Head to Settings to learn more if you are interested
|
||||
""",
|
||||
// v24
|
||||
"""24.0
|
||||
- Show and manage deleted files in trash bin
|
||||
""",
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/// Version string shown in settings page
|
||||
const versionStr = "23.0-7321c0";
|
||||
const version = 230;
|
||||
const versionStr = "24.0-674814";
|
||||
const version = 240;
|
||||
|
||||
/// 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.23.0+2300
|
||||
version: 1.24.0+2400
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue