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
iNPUTmice created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
@@ -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
@@ -45,8 +45,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
- versionCode 34
- versionName "0.8.2"
+ versionCode 35
+ versionName "0.8.3"
}
compileOptions {