mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-26 08:54:42 +01:00
Versioning: 42.0
This commit is contained in:
parent
afefa0c136
commit
0a9256f0b0
3 changed files with 7 additions and 3 deletions
|
@ -182,5 +182,9 @@ Features:
|
|||
- Portrait blur
|
||||
- (Localization) Add Chinese (by zerolin)
|
||||
- (Localization) Update French (by mgreil)
|
||||
""",
|
||||
// v42
|
||||
"""42.0
|
||||
- Add tweakable parameters to low-light enhancement and portrait blur
|
||||
""",
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/// Version string shown in settings page
|
||||
const versionStr = "41.2";
|
||||
const version = 412;
|
||||
const versionStr = "42.0";
|
||||
const version = 420;
|
||||
|
||||
/// 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.41.2+4120
|
||||
version: 1.42.0+4200
|
||||
|
||||
environment:
|
||||
sdk: ">=2.16.0 <3.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue