From c493b41df8968c138b2e2cf4b73a2064e70abbfd Mon Sep 17 00:00:00 2001 From: otsmr Date: Thu, 19 Jun 2025 16:52:33 +0200 Subject: [PATCH] bump version --- lib/src/views/settings/backup/twonly_safe_backup.view.dart | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/views/settings/backup/twonly_safe_backup.view.dart b/lib/src/views/settings/backup/twonly_safe_backup.view.dart index 578433a..bdc3603 100644 --- a/lib/src/views/settings/backup/twonly_safe_backup.view.dart +++ b/lib/src/views/settings/backup/twonly_safe_backup.view.dart @@ -174,7 +174,7 @@ class _TwonlyIdentityBackupViewState extends State { child: FilledButton.icon( onPressed: (!isLoading && (passwordCtrl.text == repeatedPasswordCtrl.text && - passwordCtrl.text.length >= 10 || + passwordCtrl.text.length >= 8 || kDebugMode)) ? onPressedEnableTwonlySafe : null, diff --git a/pubspec.lock b/pubspec.lock index ad2a72b..cb53cba 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -34,7 +34,7 @@ packages: source: hosted version: "7.4.5" archive: - dependency: "direct main" + dependency: transitive description: name: archive sha256: "2fde1607386ab523f7a36bb3e7edb43bd58e6edaf2ffb29d8a6d578b297fdbbd" diff --git a/pubspec.yaml b/pubspec.yaml index c8f24ee..0f0fc3d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec # Prevent accidental publishing to pub.dev. publish_to: 'none' -version: 0.0.34+34 +version: 0.0.35+35 environment: sdk: ^3.6.0