Version++

This commit is contained in:
Benoit Marty 2020-08-21 17:04:05 +02:00
parent 7fd7970ec1
commit 04fa7d9628
2 changed files with 25 additions and 1 deletions

View file

@ -1,3 +1,27 @@
Changes in Element 1.0.6 (2020-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
-
Bugfix 🐛:
-
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Other changes:
-
Changes in Element 1.0.5 (2020-08-21)
===================================================

View file

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