Version++

This commit is contained in:
Benoit Marty 2021-01-15 11:14:59 +01:00
parent 979ffcf227
commit 72ee1ace48
2 changed files with 29 additions and 2 deletions

View file

@ -1,4 +1,31 @@
Changes in Element 1.0.14 (2020-XX-XX)
Changes in Element 1.0.15 (2020-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
-
Bugfix 🐛:
-
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Test:
-
Other changes:
-
Changes in Element 1.0.14 (2020-01-15)
===================================================
Features ✨:

View file

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