Version++

This commit is contained in:
Benoit Marty 2020-12-18 11:03:01 +01:00
parent 2fe7caa580
commit 0518e5f18d
2 changed files with 28 additions and 1 deletions

View file

@ -1,3 +1,30 @@
Changes in Element 1.0.14 (2020-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
-
Bugfix 🐛:
-
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Test:
-
Other changes:
-
Changes in Element 1.0.13 (2020-12-18)
===================================================

View file

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