mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-13 18:58:53 +01:00
Versioning: 34.0
This commit is contained in:
parent
c87ff5ed04
commit
d4334f3a2b
3 changed files with 10 additions and 3 deletions
|
@ -128,4 +128,11 @@ Features:
|
|||
""",
|
||||
// v33
|
||||
null,
|
||||
// v34
|
||||
"""34.0
|
||||
- Add OSM as an alternative map provider (Settings > Viewer)
|
||||
- (Experimental) Add shared album (Settings > Experimental)
|
||||
- (UI) Swipe up to show photo details
|
||||
- (Localization) Update Spanish (by luckkmaxx)
|
||||
""",
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/// Version string shown in settings page
|
||||
const versionStr = "33.0-e0e886";
|
||||
const version = 330;
|
||||
const versionStr = "34.0-c87ff5";
|
||||
const version = 340;
|
||||
|
||||
/// 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.33.0+3300
|
||||
version: 1.34.0+3400
|
||||
|
||||
environment:
|
||||
sdk: ">=2.13.0 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue