Prepare version 0.14.3

This commit is contained in:
Benoit Marty 2020-02-03 16:15:38 +01:00
parent ce13e824b6
commit 0049af7980
2 changed files with 6 additions and 20 deletions

View file

@ -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)
===================================================

View file

@ -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'