From 244d41621c35a18fa719dc0a25b2cb6a45730a06 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:41:40 +0530 Subject: [PATCH] Bump version --- mobile/apps/photos/lib/services/update_service.dart | 2 +- mobile/apps/photos/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/apps/photos/lib/services/update_service.dart b/mobile/apps/photos/lib/services/update_service.dart index 94e023fea1..07a2c8f00f 100644 --- a/mobile/apps/photos/lib/services/update_service.dart +++ b/mobile/apps/photos/lib/services/update_service.dart @@ -14,7 +14,7 @@ import 'package:url_launcher/url_launcher_string.dart'; class UpdateService { static const kUpdateAvailableShownTimeKey = "update_available_shown_time_key"; static const changeLogVersionKey = "update_change_log_key"; - static const currentChangeLogVersion = 31; + static const currentChangeLogVersion = 32; LatestVersionInfo? _latestVersion; final _logger = Logger("UpdateService"); diff --git a/mobile/apps/photos/pubspec.yaml b/mobile/apps/photos/pubspec.yaml index 0d45cceb7d..08ca0fe330 100644 --- a/mobile/apps/photos/pubspec.yaml +++ b/mobile/apps/photos/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: 1.2.1+1205 +version: 1.2.2+1205 publish_to: none environment: