diff --git a/lib/services/update_service.dart b/lib/services/update_service.dart index 67d845e0d..196311aa7 100644 --- a/lib/services/update_service.dart +++ b/lib/services/update_service.dart @@ -16,7 +16,7 @@ class UpdateService { static final UpdateService instance = UpdateService._privateConstructor(); static const kUpdateAvailableShownTimeKey = "update_available_shown_time_key"; static const changeLogVersionKey = "update_change_log_key"; - static const currentChangeLogVersion = 5; + static const currentChangeLogVersion = 6; LatestVersionInfo? _latestVersion; final _logger = Logger("UpdateService"); diff --git a/pubspec.yaml b/pubspec.yaml index a7f861522..63f96df42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ description: ente photos application # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.7.25+425 +version: 0.7.26+426 environment: sdk: '>=2.17.0 <3.0.0'