Skip to content

Commit 04eccbd

Browse files
authored
Merge pull request #6 from ngomile/main
Update version number in [about_screen]
2 parents 2c48935 + 07d1f68 commit 04eccbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/about_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class _AppDetailSection extends StatelessWidget {
6565
),
6666
),
6767
TextSpan(
68-
text: 'Version 1.0.2\n',
68+
text: 'Version 1.1.0\n',
6969
style: TextStyle(
7070
color: Theme.of(context).colorScheme.secondary,
7171
),

0 commit comments

Comments
 (0)