From f0bc1a3359c4bf877dc005a037ec80e6b6f35f94 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 21 Feb 2016 19:09:04 +0100 Subject: [PATCH] Increased build version, updated changelog. --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0ffbfa37..afe9520b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,8 @@ android { renderscriptTargetApi 23 applicationId "com.kabouzeid.gramophone" - versionCode 100 - versionName "0.9.56" + versionCode 101 + versionName "0.9.57" manifestPlaceholders = [appName: "@string/app_name"] } diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index f622b27d..ea2d72b8 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,13 @@

You can view the changelog dialog again at any time from the about section.

+

Version 0.9.57

+ +
    +
  1. NEW: Replaced the app intro with a new one. Thanks to Heinrich Reimer here.
  2. +
  3. IMPROVEMENT: Synced translations.
  4. +
+

Version 0.9.56