diff --git a/lib/changelog.dart b/lib/changelog.dart index f07b1e46..1a77db47 100644 --- a/lib/changelog.dart +++ b/lib/changelog.dart @@ -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 """, ]; diff --git a/lib/k.dart b/lib/k.dart index 5f0b2841..2ed67bfe 100644 --- a/lib/k.dart +++ b/lib/k.dart @@ -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); diff --git a/pubspec.yaml b/pubspec.yaml index a152f9fe..7f5c7cb1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"