diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2aeb7d391e..9a012f2123a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 20.1.2 – 2025-01-16
+## 20.1.3 – 2025-01-17
### Changed
- Update translations
- Update dependencies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 29f894ef7cc..fc91d0c8aa2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
]]>
- 20.1.2
+ 20.1.3
agpl
Anna Larch
diff --git a/package-lock.json b/package-lock.json
index 17a06f9460c..fbb35f16d00 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "20.1.2",
+ "version": "20.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "20.1.2",
+ "version": "20.1.3",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 1f5272d0977..4fffa0f1baf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "20.1.2",
+ "version": "20.1.3",
"private": true,
"description": "",
"author": "Joas Schilling ",