From fc8a0b2f37ea02c1d73237c8330cc66ac4e32744 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Fri, 4 Apr 2025 17:46:26 +0530 Subject: [PATCH] Fix version number of comment --- mobile/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 99462f1568..d081f50df5 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.1+1032 +version: 1.0.0+1031 publish_to: none environment: @@ -95,7 +95,7 @@ dependencies: flutter_password_strength: ^0.1.6 # Do not upgrade this package unless this issue is resolved: # https://github.com/juliansteenbakker/flutter_secure_storage/issues/870 - # On v9.4.2, keys related to lockscreen persist even after reintsall. For context see: + # On v9.2.4, keys related to lockscreen persist even after reintsall. For context see: # https://github.com/juliansteenbakker/flutter_secure_storage/issues/870#issuecomment-2777447937 # Let's wait till the issue is resolved by the package maintainer. # If not resolved and we need to upgrade, write a migration script.