Merge pull request #162 from ente-io/copy_change

This commit is contained in:
Vishnu Mohandas 2022-01-05 15:37:33 +05:30 committed by GitHub
commit 979a6ecb6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ class _LoadingPhotosWidgetState extends State<LoadingPhotosWidget> {
); );
final List<String> _messages = [ final List<String> _messages = [
"web.ente.io has a slick uploader", "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", "all our apps are open source",
"our encryption protocols have been reviewed by engineers at Google, Apple, Amazon, and Facebook", "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", "you can share files and folders with your loved ones, end-to-end encrypted",

View file

@ -11,7 +11,7 @@ description: ente photos application
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.4.7+267 version: 0.4.8+268
environment: environment:
sdk: ">=2.10.0 <3.0.0" sdk: ">=2.10.0 <3.0.0"