Skip to content

Commit

Permalink
Merge pull request #869 from gerhardol/feature/prepare-2.0.3.1
Browse files Browse the repository at this point in the history
Prepare for 2.0.3.1
  • Loading branch information
gerhardol authored Jan 2, 2020
2 parents e51cb15 + ef5823b commit 66d17b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.0.3.1</h2>
<p>
<ul>
<li>#861 Transifex jp,fr</li>
<li>#862 WindowsLeak when rotating add account</li>
<li>#863 Exception for Distance manual picker</li>
<li>#866 Graph: Summary was in meters</li>
</ul>
<h2>v2.0.3.0</h2>
<p>
<ul>
<li>#854 Total time updated in pauses</li>
<li>#853 Display >100 activities in UploadActivity</li>
<li>#850 speed (and)/or pace</li>
<li>#854 Total time updated in pauses</li>
<li>#853 Display >100 activities in UploadActivity</li>
<li>#850 speed (and)/or pace</li>
</ul>
<h2>v2.0.2.1</h2>
<p>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ project.ext {
mockitoVersion = '2.3.7'

//The tag for the release must be identical for F-Droid
versionName = '2.0.3.0'
versionCode = 205
versionName = '2.0.3.1'
versionCode = 206

travisBuild = System.getenv("TRAVIS") == "true"
// allows for -Dpre-dex=false to be set
Expand Down

0 comments on commit 66d17b0

Please sign in to comment.