From 6463f56456b3238cc631d352b3a6ba2f50b13aac Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sat, 2 Sep 2017 19:31:03 +0200 Subject: [PATCH] Bump version and update 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 20814305..86d952cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 134 - versionName '0.16.0 BETA 2' + versionCode 135 + versionName '0.16.0 BETA 3' } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index e54174f1..57bc35e7 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.16.0 BETA 3

+ +
    +
  1. FIX: New purchase interface
  2. +
  3. FIX: White space when expanding the classic notification
  4. +
+

Version 0.16.0 BETA 2