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
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC
3 changed files with
4 additions and
4 deletions
-
appinfo/info.xml
-
package-lock.json
-
package.json
|
|
@ -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> |
|
|
|
|
|
@ -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", |
|
|
|
|
|
@ -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>", |
|
|
|