diff --git a/appinfo/info.xml b/appinfo/info.xml index 47f440121ca..0eb3cd5a0a2 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 ]]> - 16.0.9 + 16.0.10 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 75a7d7a5359..6fcf8bec7fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "16.0.9", + "version": "16.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "16.0.9", + "version": "16.0.10", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 3f1b590f7ef..ff1be01bf65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "16.0.9", + "version": "16.0.10", "private": true, "description": "", "author": "Joas Schilling ",