Skip to content

Commit

Permalink
Merge pull request #814 from gerhardol/feature/prepare-2.0.1.0
Browse files Browse the repository at this point in the history
Prepare for 2.0.1.0
  • Loading branch information
gerhardol authored Jul 18, 2019
2 parents a256ae9 + 34ac095 commit a6df352
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.0.1.0</h2>
<p>
<ul>
<li>#807 MapBox upgrade to version 8</li>
</ul>
<h2>v2.0.0.9</h2>
<p>
<ul>
<li>Split Froyo variant to separate branch</li>
<li>Prepare for F-Droid build</li>
</ul>
<h2>v2.0.0.8</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 @@ -29,8 +29,8 @@ project.ext {
junitVersion = '4.12'
mockitoVersion = '2.3.7'

versionName = '2.0.0.9'
versionCode = 202
versionName = '2.0.1.0'
versionCode = 203

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

0 comments on commit a6df352

Please sign in to comment.