Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
 + Comment out WIP sources of questions
  • Loading branch information
suhrmann committed Mar 31, 2020
1 parent 8a355c6 commit 148b795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/quiz/answer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,12 @@ class _AnswerFormState extends State<AnswerForm> {
content: Column(
children: <Widget>[
Text(widget.explanation),
/*
InkWell(
child: new Text(widget.sourceText, style: TextStyle(color: Colors.blue, decoration: TextDecoration.underline)),
onTap: () => _launchURL(widget.sourceURL)
),
*/
],
),
actions: [
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 148b795

Please sign in to comment.