diff --git a/VERSION b/VERSION index 26aaba0e..6085e946 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/app/build.gradle b/app/build.gradle index f1403f49..1517040e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "gr.thmmy.mthmmy" minSdkVersion 19 targetSdkVersion 25 - versionCode 6 - versionName "1.2.0" + versionCode 7 + versionName "1.2.1" archivesBaseName = "mTHMMY-v$versionName" }