Bumped version name & code to 5.1.1 + udpated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-09-06 14:03:40 +02:00
parent aac020a2e6
commit 38bff44a2d
2 changed files with 8 additions and 2 deletions

View file

@ -10,6 +10,12 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
## [5.1.1] - 2023-09-06
### Fixed
- Fixed issue in SDK randomly generated password when creating account from app
- Various issues reported on the Play Store
## [5.1.0] - 2023-08-21
### Added

View file

@ -6,8 +6,8 @@ plugins {
id 'org.jetbrains.kotlin.android'
}
def appVersionName = "5.1.0"
def appVersionCode = 51000
def appVersionName = "5.1.1"
def appVersionCode = 51010
def packageName = "org.linphone"