version bump to 2.12.1

This commit is contained in:
Daniel Gultsch 2023-01-12 09:41:10 +01:00
parent e4d79386c8
commit e91b6ce377
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
### Version 2.12.1
* Fix crash in UnifiedPush Distributor
### Version 2.12.0
* Integrate UnifiedPush Distributor to facilitate push messages to other UnifiedPush enabled apps like Tusky and Fedilab

View file

@ -91,8 +91,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 32
versionCode 42046
versionName "2.12.0"
versionCode 42047
versionName "2.12.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View file

@ -0,0 +1 @@
* Fix crash in UnifiedPush Distributor