From abe04502c7048c53293cad56b5df137f5ac5eb72 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Thu, 4 Aug 2016 23:41:28 +0200 Subject: [PATCH] 1.0.10 bump --- .idea/misc.xml | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981032..fbb68289f4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 9a0cf4ba5b..295c7529e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "info.nightscout.androidaps" minSdkVersion 21 targetSdkVersion 23 - versionCode 1009 - versionName "1.0.09" + versionCode 1010 + versionName "1.0.10" } buildTypes { release {