diff --git a/app/build.gradle b/app/build.gradle index 2eb55fb..9521cb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId 'com.nutomic.zertman' minSdkVersion 19 targetSdkVersion 19 - versionCode 1 - versionName '1.0.0' + versionCode 2 + versionName '1.0.1' testApplicationId 'com.nutomic.zertman.test' testInstrumentationRunner 'android.test.InstrumentationTestRunner' testHandleProfiling true