Bump version to build a new release version that fixes a bug with in-app purchase key that was crashing Settings screen

This commit is contained in:
Synced Synapse 2015-02-04 11:31:44 +00:00
parent 47b4cca9a5
commit 1afcd1e375
2 changed files with 31 additions and 2 deletions

29
CHANGELOG.md Normal file
View File

@ -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

View File

@ -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")}\"")
}