From 1a979b3d6efa9519e4f7c52239fa9e957794dfcf Mon Sep 17 00:00:00 2001 From: Synced Synapse Date: Fri, 8 Sep 2017 19:19:13 +0100 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 3 ++- app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04c5bf..8d253d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ Changelog --------- -Version 2.3.0 +Version 2.3.1 ------------- - New slide up panel with media controls on information screens +- Added new Favourites section to the navigation side panel - Remote bottom bar shortcuts now configurable through Settings - Added watched indicator to movies and tv shows list - Various UI tweaks, including new colors and icons diff --git a/app/build.gradle b/app/build.gradle index d604a02..3b85641 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 25 - versionCode 16 + versionCode 17 versionName = getVersionName() }