From 1afcd1e3752fd58dfe877de227f7618783108431 Mon Sep 17 00:00:00 2001 From: Synced Synapse Date: Wed, 4 Feb 2015 11:31:44 +0000 Subject: [PATCH] Bump version to build a new release version that fixes a bug with in-app purchase key that was crashing Settings screen --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1aaa903 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +Changelog +--------- + +Version 1.0.1 +------------- +- Fixed bug with In-app purchase key that was crashing Settings screen + +Version 1.0.0 +------------- +- New options to sort movies and tv shows +- Bulgarian translation (by NEOhidra) +- German translation (by jonas2515) + +Version 0.9.2 +------------- +- Added new actions in remote: update/clean library and toggle fullscreen +- French translation (thanks Kowalski!) +- Bug fixes and visual tweaks + +Version 0.9.1 +------------- +- Improved library sync; +- Automatically switch to remove after media start; +- Visual tweaks. + +Version 0.9.0 +------------- +- First version + diff --git a/app/build.gradle b/app/build.gradle index d110ee7..a0b6e8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.syncedsynapse.kore2" minSdkVersion 15 targetSdkVersion 21 - versionCode 5 - versionName "1.0.0" + versionCode 6 + versionName "1.0.1" buildConfigField("String", "IAP_KEY", "\"${rootProject.property("IAP_KEY")}\"") }