From 148b7950544d970418116ae67be5ce955c561914 Mon Sep 17 00:00:00 2001 From: Simon Uhrmann Date: Wed, 1 Apr 2020 01:34:14 +0200 Subject: [PATCH] Update version to 1.1.0 + Comment out WIP sources of questions --- lib/quiz/answer.dart | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/quiz/answer.dart b/lib/quiz/answer.dart index d6475e5..977fd3b 100644 --- a/lib/quiz/answer.dart +++ b/lib/quiz/answer.dart @@ -96,10 +96,12 @@ class _AnswerFormState extends State { content: Column( children: [ Text(widget.explanation), + /* InkWell( child: new Text(widget.sourceText, style: TextStyle(color: Colors.blue, decoration: TextDecoration.underline)), onTap: () => _launchURL(widget.sourceURL) ), + */ ], ), actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index b6f8c52..da78619 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Ein Projekt im Rahmen des Hackathon \#wirvsvirus. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.1+4 +version: 1.1.0+5 environment: sdk: ">=2.1.0 <3.0.0"