From f1274afdd432f9425b65534c51a87d4ec68b840b Mon Sep 17 00:00:00 2001 From: ashilkn Date: Tue, 27 May 2025 19:09:55 +0530 Subject: [PATCH] Bump up to v1.1.0 --- mobile/lib/ui/notification/update/change_log_page.dart | 3 +-- mobile/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mobile/lib/ui/notification/update/change_log_page.dart b/mobile/lib/ui/notification/update/change_log_page.dart index 99e535721c..84b95e3262 100644 --- a/mobile/lib/ui/notification/update/change_log_page.dart +++ b/mobile/lib/ui/notification/update/change_log_page.dart @@ -1,6 +1,5 @@ import 'package:flutter/material.dart'; import "package:photos/generated/l10n.dart"; -import "package:photos/l10n/l10n.dart"; import "package:photos/service_locator.dart"; import 'package:photos/theme/ente_theme.dart'; import 'package:photos/ui/components/buttons/button_widget.dart'; @@ -38,7 +37,7 @@ class _ChangeLogPageState extends State { padding: EdgeInsets.symmetric(horizontal: 16.0), child: TitleBarTitleWidget( // title: S.of(context).whatsNew, - title: "v1.0", + title: "v1.1.0", ), ), ), diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 44790eb0f5..25701c6c44 100644 --- a/mobile/pubspec.yaml +++ b/mobile/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.0.14+1045 +version: 1.1.0+1053 publish_to: none environment: