Browse Source

Bump cloud federation api

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v16.0.0alpha1
Roeland Jago Douma 5 years ago
parent
commit
36424f8e9d
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      apps/cloud_federation_api/appinfo/info.xml

+ 2
- 2
apps/cloud_federation_api/appinfo/info.xml View File

@@ -5,7 +5,7 @@
<name>Cloud Federation API</name>
<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>
<version>0.1.0</version>
<version>0.2.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>CloudFederationAPI</namespace>
@@ -15,6 +15,6 @@
<category>files</category>
<bugs>https://github.com/nextcloud/cloud_federation/issues</bugs>
<dependencies>
<nextcloud min-version="15" max-version="15"/>
<nextcloud min-version="16" max-version="16"/>
</dependencies>
</info>

Loading…
Cancel
Save