diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9d85b63d3f..4f68b004d4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]>
- 17.1.0
+ 17.1.1
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index 2a60c07681..b7ae1be6c8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.1.0",
+ "version": "17.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.1.0",
+ "version": "17.1.1",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index b87b736aa0..74dc544cf7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.1.0",
+ "version": "17.1.1",
"private": true,
"description": "",
"author": "Joas Schilling ",