diff --git a/VERSION b/VERSION index 3a3cd8cc..1892b926 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 +1.3.2 diff --git a/app/build.gradle b/app/build.gradle index caf6949a..719a0366 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "gr.thmmy.mthmmy" minSdkVersion 19 targetSdkVersion 26 - versionCode 9 - versionName "1.3.1" + versionCode 10 + versionName "1.3.2" archivesBaseName = "mTHMMY-v$versionName" }