prepare release 0.18.1

This commit is contained in:
Valere 2020-03-17 11:46:42 +01:00
parent 75fa2904d3
commit 78d90c8f04
2 changed files with 3 additions and 17 deletions

View File

@ -1,9 +1,6 @@
Changes in RiotX 0.19.0 (2020-XX-XX) Changes in RiotX 0.18.1 (2020-03-17)
=================================================== ===================================================
Features ✨:
-
Improvements 🙌: Improvements 🙌:
- Implementation of /join command - Implementation of /join command
@ -13,17 +10,6 @@ Bugfix 🐛:
- Fix / Crashed when trying to send a gif from the Gboard #1136 - Fix / Crashed when trying to send a gif from the Gboard #1136
- Fix / Cannot click on key backup banner when new keys are available - Fix / Cannot click on key backup banner when new keys are available
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Other changes:
-
Changes in RiotX 0.18.0 (2020-03-11) Changes in RiotX 0.18.0 (2020-03-11)
=================================================== ===================================================

View File

@ -15,8 +15,8 @@ androidExtensions {
} }
ext.versionMajor = 0 ext.versionMajor = 0
ext.versionMinor = 19 ext.versionMinor = 18
ext.versionPatch = 0 ext.versionPatch = 1
static def getGitTimestamp() { static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct' def cmd = 'git show -s --format=%ct'