summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-09-16 15:11:10 +0200
committerJoas Schilling <coding@schilljs.com>2023-09-16 15:11:10 +0200
commitd15b788ca502db961f62c75988d0c2c662907225 (patch)
tree87145130b4eccc3104bf9ef129ad919e6e7d18b0
parent8ae898b2c97ef82bb4697e3397e45a453245dc59 (diff)
chore(release): Bump version
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 55258e0d0..9d85b63d3 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>17.1.0-rc.4</version>
+ <version>17.1.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index c01ebafd0..2a60c0768 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.1.0-rc.4",
+ "version": "17.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.1.0-rc.4",
+ "version": "17.1.0",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 781e9bdd5..b87b736aa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.1.0-rc.4",
+ "version": "17.1.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",