Revert "Version++"

This reverts commit 810ee6d4c4.
This commit is contained in:
Benoit Marty 2021-03-16 22:09:41 +01:00 committed by Benoit Marty
parent 810ee6d4c4
commit 1596df64a6
2 changed files with 1 additions and 28 deletions

View File

@ -1,30 +1,3 @@
Changes in Element 1.1.3 (2021-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
-
Bugfix 🐛:
-
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Test:
-
Other changes:
-
Changes in Element 1.1.2 (2021-03-16)
===================================================

View File

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