Browse Source

chore(release): Set version to 17.0.0-beta.1

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/9453/head
Joas Schilling 2 years ago
parent
commit
0eb8815e3a
No known key found for this signature in database GPG Key ID: C400AAF20C1BB6FC
  1. 2
      appinfo/info.xml
  2. 4
      package-lock.json
  3. 2
      package.json

2
appinfo/info.xml

@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description> ]]></description>
<version>17.0.0-dev.1</version>
<version>17.0.0-beta.1</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Daniel Calviño Sánchez</author> <author>Daniel Calviño Sánchez</author>

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "talk", "name": "talk",
"version": "17.0.0",
"version": "17.0.0-beta.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "talk", "name": "talk",
"version": "17.0.0",
"version": "17.0.0-beta.1",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5", "@linusborg/vue-simple-portal": "^0.1.5",

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "talk", "name": "talk",
"version": "17.0.0",
"version": "17.0.0-beta.1",
"private": true, "private": true,
"description": "", "description": "",
"author": "Joas Schilling <coding@schilljs.com>", "author": "Joas Schilling <coding@schilljs.com>",

Loading…
Cancel
Save