version bump to 2.13.2 (and rename changelogs)

This commit is contained in:
Daniel Gultsch 2024-02-11 16:40:17 +01:00
parent 2833fc833c
commit 5cad2dccb2
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
6 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
### Version 2.13.2
* minor bug fixes
* slight modifications in Quicksy onboard flow
### Version 2.13.1 ### Version 2.13.1
* Support P2P file transfer via WebRTC data channels * Support P2P file transfer via WebRTC data channels

View file

@ -97,8 +97,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 42088 versionCode 42090
versionName "2.13.1" versionName "2.13.2"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId