From c6d9a78f995b0ce1bf63564f4ca5f9f02d4b2b63 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Wed, 5 Jan 2022 15:02:07 +0530 Subject: [PATCH 1/2] Update copy --- lib/ui/loading_photos_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/loading_photos_widget.dart b/lib/ui/loading_photos_widget.dart index e3f76bab0..125797428 100644 --- a/lib/ui/loading_photos_widget.dart +++ b/lib/ui/loading_photos_widget.dart @@ -23,7 +23,7 @@ class _LoadingPhotosWidgetState extends State { ); final List _messages = [ "web.ente.io has a slick uploader", - "we have preserved over 500,000 memories so far", + "we have preserved over a million memories so far", "all our apps are open source", "our encryption protocols have been reviewed by engineers at Google, Apple, Amazon, and Facebook", "you can share files and folders with your loved ones, end-to-end encrypted", From 6c8d37824d4a16ad602ea57f19934c2456e9a9db Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Wed, 5 Jan 2022 15:02:22 +0530 Subject: [PATCH 2/2] v0.4.8 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6d02041b9..b860eed2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: ente photos application # 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: 0.4.7+267 +version: 0.4.8+268 environment: sdk: ">=2.10.0 <3.0.0"