version++

This commit is contained in:
Valere 2020-07-29 09:00:29 +02:00
parent f26ce64914
commit 9197275343
2 changed files with 23 additions and 1 deletions

View file

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

View file

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