Version ++

This commit is contained in:
Valere 2020-07-29 11:39:23 +02:00
parent 3214f7d3d5
commit b732ea6c69
2 changed files with 22 additions and 1 deletions

View file

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

View file

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