Skip to content

Commit

Permalink
Updated version number of app
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBananaPants committed Mar 7, 2021
1 parent efa3f1f commit 8361126
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions lib/AboutPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ class MyAppState extends State<AboutPage> {
title: Text(
'Over deze app',
style: TextStyle(
color:
Theme.of(context).textTheme.bodyText1.color,
color: Theme.of(context).textTheme.bodyText1.color,
),
),
),
Expand All @@ -66,17 +65,15 @@ class MyAppState extends State<AboutPage> {
child: Text(
"Deze app is door Joran ontwikkeld voor zijn GIP StarTracker. Met deze app kan de StarTracker draadloos bediend worden.",
style: TextStyle(
color:
Theme.of(context).textTheme.bodyText1.color,
color: Theme.of(context).textTheme.bodyText1.color,
),
),
),
ListTile(
title: Text(
'GitHub',
style: TextStyle(
color:
Theme.of(context).textTheme.bodyText1.color,
color: Theme.of(context).textTheme.bodyText1.color,
),
),
),
Expand All @@ -91,8 +88,7 @@ class MyAppState extends State<AboutPage> {
),
),
onTap: () {
launch(
"https://github.com/MrBananaPants/StarTracker");
launch("https://github.com/MrBananaPants/StarTracker");
},
),
),
Expand All @@ -110,7 +106,7 @@ class MyAppState extends State<AboutPage> {
Padding(
padding: const EdgeInsets.fromLTRB(0, 0, 0, 0),
child: Text(
"Versie: Pre-release v0.4",
"Versie: Pre-release v5.1",
style: TextStyle(
color: Theme.of(context).textTheme.bodyText1.color,
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev


version: 1.0.0+1
version: 0.5.1+1

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 8361126

Please sign in to comment.