Skip to content

Commit

Permalink
Merge pull request #883 from gerhardol/feature/prepare-2.0.5
Browse files Browse the repository at this point in the history
Prepare for 2.0.5.0
  • Loading branch information
gerhardol authored Jan 26, 2020
2 parents 32adf5f + 257ebea commit 0cc5cb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.0.5.1</h2>
<p>
<ul>
<li>#879 GPX/TCX file formats option for File and Dropbox Synchronizers</li>
<li>#880 #82 Transifex sv, fr, ja, nl</li>
</ul>
<h2>v2.0.5.0</h2>
<p>Superseded by 2.0.5.1
<h2>v2.0.4.0</h2>
<p>
<ul>
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.4.0"
versionCode = 207
versionName = "2.0.5.1"
versionCode = 208

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

0 comments on commit 0cc5cb6

Please sign in to comment.