We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a574e0 commit 713ef92Copy full SHA for 713ef92
1 file changed
lib/screens/about_screen.dart
@@ -48,7 +48,7 @@ class AboutScreen extends StatelessWidget {
48
49
// App Version
50
const Text(
51
- 'Version 1.9.5',
+ 'Version 2.0.0',
52
style: TextStyle(fontSize: 16, color: Colors.grey),
53
),
54
0 commit comments