diff --git a/CHANGES.md b/CHANGES.md index c2f7011c41..08b9c01efc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) =================================================== diff --git a/vector/build.gradle b/vector/build.gradle index 2aae593271..2a5a8b3b34 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -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'