Skip to content

Commit

Permalink
Merge pull request #804 from gerhardol/release/v2.0.0.8
Browse files Browse the repository at this point in the history
Bump for 2.0.0.8
  • Loading branch information
gerhardol authored Jul 14, 2019
2 parents b7a3498 + b521d6b commit 418cb5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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.0.8</h2>
<p>
<ul>
<li>#803 Remove Alpha builds, all release builds identify as the Play version</li>
<li>#801 Transifex fi updates</li>
</ul>
<h2>v2.0.0.7</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 {
junitVersion = '4.12'
mockitoVersion = '2.3.7'

versionName = '2.0.0.7'
versionCode = 200
versionName = '2.0.0.8'
versionCode = 201

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

0 comments on commit 418cb5c

Please sign in to comment.