diff --git a/VERSION b/VERSION index 1892b926..31e5c843 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.2 +1.3.3 diff --git a/app/build.gradle b/app/build.gradle index 58cdafad..d6341ed7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "gr.thmmy.mthmmy" minSdkVersion 19 targetSdkVersion 26 - versionCode 10 - versionName "1.3.2" + versionCode 11 + versionName "1.3.3" archivesBaseName = "mTHMMY-v$versionName" }