We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6604e4e commit 17d40a9Copy full SHA for 17d40a9
lib/screens/about_screen.dart
@@ -64,7 +64,7 @@ class AboutScreen extends StatelessWidget {
64
Text(
65
context.tr(
66
TranslationKeys.aboutVersion,
67
- parameters: {'version': '3.7.0'},
+ parameters: {'version': '3.7.1'},
68
),
69
style: const TextStyle(fontSize: 16, color: Colors.grey),
70
0 commit comments