Skip to content

Commit

Permalink
Merge pull request #841 from gerhardol/feature/prepare-2.0.2.1
Browse files Browse the repository at this point in the history
Prepare 2.0.2.1
  • Loading branch information
gerhardol authored Aug 21, 2019
2 parents d491f5b + 071634c commit 151cb04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.0.2.1</h2>
<p>
<ul>
<li>#838 workout feedback</li>
<li>#831 Spinner has duplicated arrow in Pie</li>
</ul>
<h2>v2.0.2.0</h2>
<p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ project.ext {
mockitoVersion = '2.3.7'

//The tag for the release must be identical for F-Droid
versionName = '2.0.2.0'
versionName = '2.0.2.1'
versionCode = 203

travisBuild = System.getenv("TRAVIS") == "true"
Expand Down

0 comments on commit 151cb04

Please sign in to comment.