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" }