Version ++

This commit is contained in:
Valere 2020-07-31 00:52:22 +02:00
parent 2b2fd3a356
commit 531623178a
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,24 @@
Changes in Element 1.0.4 (2020-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
-
Bugfix 🐛:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Other changes:
-
Changes in Element 1.0.3 (2020-07-31)
===================================================

View File

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