Versioning: 34.0

This commit is contained in:
Ming Ming 2021-12-08 02:51:33 +08:00
parent c87ff5ed04
commit d4334f3a2b
3 changed files with 10 additions and 3 deletions

View file

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

View file

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

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.33.0+3300
version: 1.34.0+3400
environment:
sdk: ">=2.13.0 <3.0.0"