From c3e6e7c5080a676909d5191fb34753e17988615a Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Thu, 2 Jun 2016 20:55:40 +0200 Subject: [PATCH] Increased build version, updated 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 600b9c0a..30da650c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "com.kabouzeid.gramophone" - versionCode 114 - versionName "0.13.0 BETA 4" + versionCode 115 + versionName "0.13.0" } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 77f0062f..f561b99c 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,12 @@

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

+

Version 0.13.0

+ +
    +
  1. IMPROVEMENT: Synced translations.
  2. +
+

Version 0.13.0 BETA 4