Version++

This commit is contained in:
Benoit Marty 2020-07-01 21:58:58 +02:00
parent c62a7c4051
commit f4314ebdae
2 changed files with 25 additions and 1 deletions

View file

@ -1,3 +1,27 @@
Changes in Riot.imX 0.91.4 (2020-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
-
Bugfix 🐛:
-
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Other changes:
-
Changes in Riot.imX 0.91.3 (2020-07-01)
===================================================

View file

@ -17,7 +17,7 @@ androidExtensions {
// Note: 2 digits max for each value
ext.versionMajor = 0
ext.versionMinor = 91
ext.versionPatch = 3
ext.versionPatch = 4
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'