mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 02:48:54 +01:00
Versioning: 22.0
This commit is contained in:
parent
c2d2bb694b
commit
92416aee16
3 changed files with 5 additions and 3 deletions
|
@ -65,4 +65,6 @@ This version includes changes that are not compatible with older versions. Pleas
|
||||||
""",
|
""",
|
||||||
// v21
|
// v21
|
||||||
null,
|
null,
|
||||||
|
// v22
|
||||||
|
null,
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/// Version string shown in settings page
|
/// Version string shown in settings page
|
||||||
const versionStr = "21.4-f762eb";
|
const versionStr = "22.0-c2d2bb";
|
||||||
const version = 214;
|
const version = 220;
|
||||||
|
|
||||||
/// 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.21.4+2140
|
version: 1.22.0+2200
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <3.0.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue