Bumped version code & updated CHANGELOG for 4.6.0 release
This commit is contained in:
parent
b30f5baef6
commit
87d11137d6
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,9 @@ 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.
|
||||||
|
|
||||||
## [4.6.0] - Unreleased
|
## [4.7.0] - Unreleased
|
||||||
|
|
||||||
|
## [4.6.0] - 2022-02-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Reply to chat message feature (with original message preview)
|
- Reply to chat message feature (with original message preview)
|
||||||
|
|
|
@ -6,9 +6,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
def appVersionName = "4.6.0"
|
def appVersionName = "4.6.0"
|
||||||
// Uncomment for release
|
def appVersionCode = 40600 // 4.06.00
|
||||||
// def appVersionCode = 40600 // 4.06.00
|
|
||||||
def appVersionCode = 40594 // 4.05.94
|
|
||||||
|
|
||||||
static def getPackageName() {
|
static def getPackageName() {
|
||||||
return "org.linphone"
|
return "org.linphone"
|
||||||
|
|
Loading…
Reference in a new issue