Version++

This commit is contained in:
Benoit Marty 2021-02-04 15:17:46 +01:00
parent 205feeaf10
commit d11ed8c4ef
2 changed files with 28 additions and 1 deletions

View File

@ -1,3 +1,30 @@
Changes in Element 1.X.X (2020-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
-
Bugfix 🐛:
-
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Test:
-
Other changes:
-
Changes in Element 1.0.16 (2020-02-04)
===================================================

View File

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