bump version to 0.7.26+426

This commit is contained in:
Neeraj Gupta 2023-02-18 09:31:45 +05:30
parent c47b72686f
commit 022e368c4f
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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'