Prepare version 0.9.1

This commit is contained in:
Benoit Marty 2019-12-05 18:17:36 +01:00
parent d88edd578f
commit 6d8850b3d6
2 changed files with 4 additions and 19 deletions

View file

@ -1,23 +1,8 @@
Changes in RiotX 0.10.0 (2019-XX-XX) Changes in RiotX 0.9.1 (2019-12-05)
=================================================== ===================================================
Features ✨:
-
Improvements 🙌:
-
Other changes:
-
Bugfix 🐛: Bugfix 🐛:
- - Fix an issue with DB transaction (#740)
Translations 🗣:
-
Build 🧱:
-
Changes in RiotX 0.9.0 (2019-12-05) Changes in RiotX 0.9.0 (2019-12-05)
=================================================== ===================================================

View file

@ -15,8 +15,8 @@ androidExtensions {
} }
ext.versionMajor = 0 ext.versionMajor = 0
ext.versionMinor = 10 ext.versionMinor = 9
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'