chore: bump version to 2.0.3+23

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 20:14:07 +05:30
parent 754b04dc05
commit f3250737bd
2 changed files with 2 additions and 2 deletions

View File

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