Increased build version, updated changelog.

This commit is contained in:
Karim Abou Zeid 2016-02-21 19:09:04 +01:00
commit f0bc1a3359
2 changed files with 9 additions and 2 deletions

View file

@ -63,8 +63,8 @@ android {
renderscriptTargetApi 23 renderscriptTargetApi 23
applicationId "com.kabouzeid.gramophone" applicationId "com.kabouzeid.gramophone"
versionCode 100 versionCode 101
versionName "0.9.56" versionName "0.9.57"
manifestPlaceholders = [appName: "@string/app_name"] manifestPlaceholders = [appName: "@string/app_name"]
} }

View file

@ -25,6 +25,13 @@
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p> <p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
<h3>Version 0.9.57</h3>
<ol>
<li><b>NEW:</b> Replaced the app intro with a new one. Thanks to Heinrich Reimer here.</li>
<li><b>IMPROVEMENT:</b> Synced translations.</li>
</ol>
<h3>Version 0.9.56</h3> <h3>Version 0.9.56</h3>
<ol> <ol>