bumped gradle files + changelog

iNPUTmice created

Change summary

CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 ###Changelog
 
+####Version 0.8.3
+* increased UI performance
+* fixed rotation bugs
+
 ####Version 0.8.2
 * Share contacts via QR codes or NFC
 * Slightly improved UI

build.gradle 🔗

@@ -45,8 +45,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 19
-		versionCode 34
-		versionName "0.8.2"
+		versionCode 35
+		versionName "0.8.3"
 	}
 
 	compileOptions {