version bump to 2.13.2 (and rename changelogs)
This commit is contained in:
parent
2833fc833c
commit
5cad2dccb2
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.13.2
|
||||
|
||||
* minor bug fixes
|
||||
* slight modifications in Quicksy onboard flow
|
||||
|
||||
### Version 2.13.1
|
||||
|
||||
* Support P2P file transfer via WebRTC data channels
|
||||
|
|
|
@ -97,8 +97,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
versionCode 42088
|
||||
versionName "2.13.1"
|
||||
versionCode 42090
|
||||
versionName "2.13.2"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in a new issue