diff --git a/CHANGES.md b/CHANGES.md index d291712305..e922bec768 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,28 +1,14 @@ -Changes in RiotX 0.15.0 (2020-XX-XX) +Changes in RiotX 0.14.3 (2020-02-03) =================================================== -Features ✨: - - - -Improvements 🙌: - - - -Other changes: - - - Bugfix 🐛: - - - -Translations 🗣: - - - -Build 🧱: - - + - Fix Exception in DeviceListManager Changes in RiotX 0.14.2 (2020-02-02) =================================================== -Fix RiotX not starting issue +Bugfix 🐛: + - Fix RiotX not starting issue Changes in RiotX 0.14.1 (2020-02-02) =================================================== diff --git a/vector/build.gradle b/vector/build.gradle index 0407874ad0..96744ec224 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -15,8 +15,8 @@ androidExtensions { } ext.versionMajor = 0 -ext.versionMinor = 15 -ext.versionPatch = 0 +ext.versionMinor = 14 +ext.versionPatch = 3 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct'