Browse Source
chore(release): Bump version to 19.0.0-beta.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/11805/head
Joas Schilling
2 years ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
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>19.0.0-beta.1.2</version> |
|
|
|
<version>19.0.0-beta.2</version> |
|
|
|
<licence>agpl</licence> |
|
|
|
|
|
|
|
<author>Daniel Calviño Sánchez</author> |
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
|
{ |
|
|
|
"name": "talk", |
|
|
|
"version": "19.0.0-beta.1", |
|
|
|
"version": "19.0.0-beta.2", |
|
|
|
"lockfileVersion": 2, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
"": { |
|
|
|
"name": "talk", |
|
|
|
"version": "19.0.0-beta.1", |
|
|
|
"version": "19.0.0-beta.2", |
|
|
|
"license": "agpl", |
|
|
|
"dependencies": { |
|
|
|
"@linusborg/vue-simple-portal": "^0.1.5", |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "talk", |
|
|
|
"version": "19.0.0-beta.1", |
|
|
|
"version": "19.0.0-beta.2", |
|
|
|
"private": true, |
|
|
|
"description": "", |
|
|
|
"author": "Joas Schilling <coding@schilljs.com>", |
|
|
|