diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c153f114..54d9e7dc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ 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.3.1] - 2025-07-31 + +## Fixed +- Fixed broken links to our website + ## [5.3.0] - 2025-07-28 ## Changed diff --git a/app/build.gradle b/app/build.gradle index c05800d53..45c600f4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ plugins { id 'org.jetbrains.kotlin.android' } -def appVersionName = "5.3.0" -def appVersionCode = 53000 +def appVersionName = "5.3.1" +def appVersionCode = 53001 def packageName = "org.linphone"