mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Versioning: 41.0
This commit is contained in:
parent
812b26f10e
commit
828d3df28e
3 changed files with 12 additions and 3 deletions
|
@ -173,5 +173,14 @@ Features:
|
|||
- (Localization) Add Portuguese (by fernosan)
|
||||
- (Localization) Update Finnish (by pHamala)
|
||||
- (Localization) Update Russian (by kvasenok)
|
||||
""",
|
||||
// v41
|
||||
"""41.0
|
||||
- (Android) Enhance your photo with the new Enhance button in viewer
|
||||
- (Android) New photo enhancement algorithms:
|
||||
- Low-light enhancement
|
||||
- Portrait blur
|
||||
- (Localization) Add Chinese (by zerolin)
|
||||
- (Localization) Update French (by mgreil)
|
||||
""",
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/// Version string shown in settings page
|
||||
const versionStr = "40.0";
|
||||
const version = 400;
|
||||
const versionStr = "41.0";
|
||||
const version = 410;
|
||||
|
||||
/// Show a snack bar for a short amount of time
|
||||
const snackBarDurationShort = 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.40.0+4000
|
||||
version: 1.41.0+4100
|
||||
|
||||
environment:
|
||||
sdk: ">=2.16.0 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue