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
parent
commit
88357647d3
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 4
      appinfo/info.xml
  2. 2
      package.json
  3. 4
      tests/integration/spreedcheats/appinfo/info.xml
  4. 2
      vue/package.json

4
appinfo/info.xml

@ -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>

2
package.json

@ -1,6 +1,6 @@
{
"name": "spreed",
"version": "6.0.0",
"version": "8.0.0",
"description": "",
"main": " ",
"repository": {

4
tests/integration/spreedcheats/appinfo/info.xml

@ -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>

2
vue/package.json

@ -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,

Loading…
Cancel
Save