diff --git a/VERSION b/VERSION index 6085e946..f0bb29e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 +1.3.0 diff --git a/app/build.gradle b/app/build.gradle index 06bf2efb..cc50d899 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "gr.thmmy.mthmmy" minSdkVersion 19 targetSdkVersion 25 - versionCode 7 - versionName "1.2.1" + versionCode 8 + versionName "1.3.0" archivesBaseName = "mTHMMY-v$versionName" }