Version++

This commit is contained in:
Benoit Marty 2021-02-19 21:10:27 +01:00
parent 19b8519d3f
commit 747a5ded1a
2 changed files with 29 additions and 2 deletions

View file

@ -1,3 +1,30 @@
Changes in Element 1.1.1 (2021-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
-
Bugfix 🐛:
-
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Test:
-
Other changes:
-
Changes in Element 1.1.0 (2021-02-19)
===================================================
@ -1196,7 +1223,7 @@ Mode details here: https://medium.com/@RiotChat/introducing-the-riotx-beta-for-a
=======================================================
Changes in Element 1.X.X (2021-XX-XX)
Changes in Element 1.1.X (2021-XX-XX)
===================================================
Features ✨:

View file

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