From 0f6956d146d42f1b5e457287a106dab982ca1be9 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sat, 7 Oct 2017 12:58:29 +0200 Subject: [PATCH] Bump version and update changelog --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fcb4fc98..38617802 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 140 - versionName '0.16.0' + versionCode 141 + versionName '0.16.1' } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index c3fb1476..3d9ba52c 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -27,6 +27,12 @@

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

+

Version 0.16.1

+
    +
  1. IMPROVEMENT: Synced translations
  2. +
  3. FIX: Reappearing notification
  4. +
+

Version 0.16.0

    Phonograph is alive again.