Versioning: 32.0

This commit is contained in:
Ming Ming 2021-10-30 03:03:41 +08:00
parent a0287a551a
commit d45a0c1d64
3 changed files with 9 additions and 4 deletions

View file

@ -113,12 +113,17 @@ Localization (new/update):
- Czech (by Skyhawk)
- Spanish (by luckkmaxx)
""",
// v30
// v31
"""31.0
Features:
- Share multiple items using a link
- Manage shares in Collections > Sharing
- (Web) Now support share links like Android
- Group photos by date in albums (enable in Settings > Album)
""",
// v32
"""32.0
Features:
- Enable/disable server app integrations in Settings > Account
""",
];

View file

@ -1,6 +1,6 @@
/// Version string shown in settings page
const versionStr = "31.0-16285b";
const version = 310;
const versionStr = "32.0-a0287a";
const version = 320;
/// 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.31.0+3100
version: 1.32.0+3200
environment:
sdk: ">=2.13.0 <3.0.0"