Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBananaPants committed Apr 17, 2021
2 parents 783f912 + d59ceb9 commit 4668816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AboutPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class MyAppState extends State<AboutPage> {
Padding(
padding: const EdgeInsets.fromLTRB(0, 0, 0, 0),
child: Text(
"Flutter: 2.0.3",
"Flutter: 2.0.5",
style: TextStyle(
color: Theme.of(context).textTheme.bodyText1.color,
),
Expand Down

0 comments on commit 4668816

Please sign in to comment.