chore: bump app version to 2.0(b) in settings screen

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 21:29:08 +05:30
parent 6b6f08fd26
commit 593fc9dcf9

View File

@@ -15,7 +15,7 @@ class SettingsScreen extends StatefulWidget {
class _SettingsScreenState extends State<SettingsScreen> {
bool _notifications = true;
String _appVersion = '1.6(p)';
String _appVersion = '2.0(b)';
int _selectedSection = 0; // 0=Preferences, 1=Account, 2=About
@override