summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-04 18:36:00 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-04 18:40:13 +0200
commit0eb8815e3a1fb34bfa53e022d4cb820d58ac654e (patch)
tree9e74a4d8051a0c55e082fd5d435e88a5b47660d0
parent6a1a4ac9acfedaff39f6bd280dcfd666a67f8d17 (diff)
chore(release): Set version to 17.0.0-beta.1
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 58f764d3a..fa8c9cfcc 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.0.0-dev.1</version>
+ <version>17.0.0-beta.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 0050ccd79..a9042ca84 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.0.0",
+ "version": "17.0.0-beta.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.0.0",
+ "version": "17.0.0-beta.1",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 9fdcac5f6..b5a2fafcf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.0.0",
+ "version": "17.0.0-beta.1",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",