summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-01-25 11:20:19 +0100
committerJoas Schilling <coding@schilljs.com>2024-01-25 11:20:19 +0100
commit17a8361ddeb785bad72bc52bdbbc12b713f132a2 (patch)
tree80af819fd94fab00e37920777598942cca19e80b
parent37596ed8b73e793a7629207bca79a2daa0217b87 (diff)
chore(release): Bump version to 16.0.10
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 47f440121..0eb3cd5a0 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
]]></description>
- <version>16.0.9</version>
+ <version>16.0.10</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 75a7d7a53..6fcf8bec7 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 3f1b590f7..ff1be01bf 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 <coding@schilljs.com>",