Versioning: 41.0

This commit is contained in:
Ming Ming 2022-05-15 01:22:43 +08:00
parent 812b26f10e
commit 828d3df28e
3 changed files with 12 additions and 3 deletions

View file

@ -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)
""",
];

View file

@ -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);

View file

@ -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"