Version++

This commit is contained in:
Benoit Marty 2020-02-03 16:20:55 +01:00
parent 362799ac08
commit 6df5edbad1
2 changed files with 23 additions and 2 deletions

View file

@ -1,3 +1,24 @@
Changes in RiotX 0.15.0 (2020-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
-
Other changes:
-
Bugfix 🐛:
-
Translations 🗣:
-
Build 🧱:
-
Changes in RiotX 0.14.3 (2020-02-03)
===================================================

View file

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