Browse Source
Update the master version and test app
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/2154/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
4 changed files with
6 additions and
6 deletions
-
appinfo/info.xml
-
package.json
-
tests/integration/spreedcheats/appinfo/info.xml
-
vue/package.json
|
|
@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m |
|
|
|
|
|
|
|
]]></description> |
|
|
|
|
|
|
|
<version>7.0.0-beta.1</version> |
|
|
|
<version>8.0.0-dev.0</version> |
|
|
|
<licence>agpl</licence> |
|
|
|
|
|
|
|
<author>Daniel Calviño Sánchez</author> |
|
|
@ -43,7 +43,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m |
|
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/contacts-menu.png</screenshot> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="17" max-version="17" /> |
|
|
|
<nextcloud min-version="18" max-version="18" /> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<background-jobs> |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "spreed", |
|
|
|
"version": "6.0.0", |
|
|
|
"version": "8.0.0", |
|
|
|
"description": "", |
|
|
|
"main": " ", |
|
|
|
"repository": { |
|
|
|
|
|
@ -7,13 +7,13 @@ |
|
|
|
|
|
|
|
<licence>AGPL</licence> |
|
|
|
<author>Joas Schilling</author> |
|
|
|
<version>2.1.0</version> |
|
|
|
<version>2.2.0</version> |
|
|
|
|
|
|
|
<types> |
|
|
|
<logging/> |
|
|
|
</types> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="17" max-version="17" /> |
|
|
|
<nextcloud min-version="18" max-version="18" /> |
|
|
|
</dependencies> |
|
|
|
</info> |
|
|
@ -1,7 +1,7 @@ |
|
|
|
{ |
|
|
|
"name": "spreed", |
|
|
|
"description": "", |
|
|
|
"version": "6.0.0", |
|
|
|
"version": "8.0.0", |
|
|
|
"author": "Joas Schilling <coding@schilljs.com>", |
|
|
|
"license": "agpl", |
|
|
|
"private": true, |
|
|
|