Browse Source

Updated version to 1.1.2

pull/24/head
Ezerous 8 years ago
parent
commit
af803d7895
  1. 3
      CONTRIBUTING.md
  2. 2
      VERSION
  3. 4
      app/build.gradle

3
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)

2
VERSION

@ -1 +1 @@
1.1.0
1.1.2

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

Loading…
Cancel
Save