diff --git a/VERSION b/VERSION index f0bb29e7..3a3cd8cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/app/build.gradle b/app/build.gradle index 69de9530..571dd5b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "gr.thmmy.mthmmy" minSdkVersion 19 targetSdkVersion 26 - versionCode 8 - versionName "1.3.0" + versionCode 9 + versionName "1.3.1" archivesBaseName = "mTHMMY-v$versionName" }