Merge branch 'release/0.9.1' into develop

This commit is contained in:
Benoit Marty 2019-12-05 18:17:54 +01:00
commit b9eb85e0a6
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 🐛:
-
Translations 🗣:
-
Build 🧱:
-
- Fix an issue with DB transaction (#740)
Changes in RiotX 0.9.0 (2019-12-05)
===================================================

View File

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