diff --git a/lib/screens/settings_screen.dart b/lib/screens/settings_screen.dart index cf6a0b7..f727e87 100644 --- a/lib/screens/settings_screen.dart +++ b/lib/screens/settings_screen.dart @@ -15,7 +15,7 @@ class SettingsScreen extends StatefulWidget { class _SettingsScreenState extends State { bool _notifications = true; - String _appVersion = '2.0(b)'; + String _appVersion = '2.0.3'; int _selectedSection = 0; // 0=Preferences, 1=Account, 2=About @override diff --git a/pubspec.yaml b/pubspec.yaml index 005b32c..4e150c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: figma description: A Flutter event app publish_to: 'none' -version: 2.0.0+20 +version: 2.0.3+23 environment: sdk: ">=2.17.0 <3.0.0"