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 🙌:
- Implementation of /join command
@ -13,17 +10,6 @@ Bugfix 🐛:
- Fix / Crashed when trying to send a gif from the Gboard #1136
- 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)
===================================================

View file

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