update version number

This commit is contained in:
adbenitez 2025-03-15 18:52:59 +01:00
parent ee78397614
commit 11600184be
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
# Delta Chat Android Changelog
## Unreleased
## v1.56.0
2025-03
* allow to edit messages
* allow to delete messages for everyone

View file

@ -27,8 +27,8 @@ android {
useLibrary 'org.apache.http.legacy'
defaultConfig {
versionCode 715
versionName "1.54.4"
versionCode 716
versionName "1.56.0"
applicationId "com.b44t.messenger"
multiDexEnabled true