From af803d78950a9da6f3eacda7929104c7cb655cb3 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Sun, 22 Jan 2017 23:18:35 +0200 Subject: [PATCH] Updated version to 1.1.2 --- CONTRIBUTING.md | 3 ++- VERSION | 2 +- app/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bc96da1..e28d7593 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,8 @@ vulnerabilities, please report them in private to There are many ways of contributing to mTHMMY: -- Simply using the latest release version +- Simply using the latest release version (anonymous reports are sent automatically) +- Becoming an alpha or beta tester - Joining our [Discord server][discord-server] - Submiting bugs and ideas on our [Trello board][trello-board] - Getting code access to fork mTHMMY and submit [merge requests](#merge-requests) diff --git a/VERSION b/VERSION index 9084fa2f..45a1b3f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.1.2 diff --git a/app/build.gradle b/app/build.gradle index dca03e46..bbf5b90d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "gr.thmmy.mthmmy" minSdkVersion 19 targetSdkVersion 25 - versionCode 4 - versionName "1.1.1" + versionCode 5 + versionName "1.1.2" archivesBaseName = "mTHMMY-v$versionName" }