Set correct version code for 5.1.0 release + updated CHANGELOG
This commit is contained in:
parent
91554f99ff
commit
cfe04dea19
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Group changes to describe their impact on the project, as follows:
|
||||||
Fixed for any bug fixes.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
## [5.1.0] - Unreleased
|
## [5.1.0] - 2023-08-21
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Showing short term presence for contacts whom publish it + added setting to disable it (enabled by default for sip.linphone.org accounts)
|
- Showing short term presence for contacts whom publish it + added setting to disable it (enabled by default for sip.linphone.org accounts)
|
||||||
|
|
|
@ -7,7 +7,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
def appVersionName = "5.1.0"
|
def appVersionName = "5.1.0"
|
||||||
def appVersionCode = 50093
|
def appVersionCode = 51000
|
||||||
|
|
||||||
def packageName = "org.linphone"
|
def packageName = "org.linphone"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue