Bump cloud federation api

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-11-23 13:03:20 +01:00
parent 75c3737054
commit 36424f8e9d
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<name>Cloud Federation API</name> <name>Cloud Federation API</name>
<summary>Enable clouds to communicate with each other and exchange data</summary> <summary>Enable clouds to communicate with each other and exchange data</summary>
<description>The Coud Federation API enabled various Nextcloud instances to communitcate with each other and to exchange data</description> <description>The Coud Federation API enabled various Nextcloud instances to communitcate with each other and to exchange data</description>
<version>0.1.0</version> <version>0.2.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Bjoern Schiessle</author> <author>Bjoern Schiessle</author>
<namespace>CloudFederationAPI</namespace> <namespace>CloudFederationAPI</namespace>
@ -15,6 +15,6 @@
<category>files</category> <category>files</category>
<bugs>https://github.com/nextcloud/cloud_federation/issues</bugs> <bugs>https://github.com/nextcloud/cloud_federation/issues</bugs>
<dependencies> <dependencies>
<nextcloud min-version="15" max-version="15"/> <nextcloud min-version="16" max-version="16"/>
</dependencies> </dependencies>
</info> </info>