version bump to 1.13.7 + changelog

This commit is contained in:
Daniel Gultsch 2016-07-28 22:43:43 +02:00
parent 04976fe333
commit c06aceaae9
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.13.7
* bug fixes
####Version 1.13.6 ####Version 1.13.6
* thumbnails for videos * thumbnails for videos
* bug fixes * bug fixes

View File

@ -54,8 +54,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 23
versionCode 163 versionCode 165
versionName "1.13.6" versionName "1.13.7"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }