diff --git a/app/build.gradle b/app/build.gradle index 24dcf34..7b3d5f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.danefinlay.ttsutil" minSdkVersion 21 targetSdkVersion 28 - versionCode 2 - versionName "2.0" + versionCode 3 + versionName "2.0.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }