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>
<version>17.0.0-dev.1</version>
<version>17.0.0-beta.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>

4
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",

2
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>",

Loading…
Cancel
Save