Update change log

This commit is contained in:
Valere 2020-08-03 12:11:50 +02:00
parent 2810923519
commit db6045778e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Changes in Element 1.0.4 (2020-08-03)
===================================================
Bugfix 🐛:
- Fix Crash when opening invite to room user screen
Changes in Element 1.0.3 (2020-07-31)
===================================================

View file

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