From c47eaaf8d5e2cea69ef0005c089c6a51ea187ebc Mon Sep 17 00:00:00 2001 From: Ezerous Date: Mon, 24 Jul 2017 18:21:41 +0300 Subject: [PATCH] Up version --- VERSION | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }