From 8361126e29e0935b788a0dad269b8fdd6ede9ac4 Mon Sep 17 00:00:00 2001 From: MrBananaPants Date: Sun, 7 Mar 2021 13:41:56 +0100 Subject: [PATCH] Updated version number of app --- lib/AboutPage.dart | 14 +++++--------- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/lib/AboutPage.dart b/lib/AboutPage.dart index f64e91c..154c3dd 100644 --- a/lib/AboutPage.dart +++ b/lib/AboutPage.dart @@ -56,8 +56,7 @@ class MyAppState extends State { title: Text( 'Over deze app', style: TextStyle( - color: - Theme.of(context).textTheme.bodyText1.color, + color: Theme.of(context).textTheme.bodyText1.color, ), ), ), @@ -66,8 +65,7 @@ class MyAppState extends State { 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, ), ), ), @@ -75,8 +73,7 @@ class MyAppState extends State { title: Text( 'GitHub', style: TextStyle( - color: - Theme.of(context).textTheme.bodyText1.color, + color: Theme.of(context).textTheme.bodyText1.color, ), ), ), @@ -91,8 +88,7 @@ class MyAppState extends State { ), ), onTap: () { - launch( - "https://github.com/MrBananaPants/StarTracker"); + launch("https://github.com/MrBananaPants/StarTracker"); }, ), ), @@ -110,7 +106,7 @@ class MyAppState extends State { 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, ), diff --git a/pubspec.yaml b/pubspec.yaml index f798d1d..feec6e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"