Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-11-23 15:03:20 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-11-23 15:03:20 +0300
commit36424f8e9dc8a7ed09d00d5d0f2267f5e4987208 (patch)
treeb982c9242c5670a35b27493d3161133aebb91450 /apps/cloud_federation_api
parent75c373705408339dc71e5ba6775737b896dd5034 (diff)
Bump cloud federation api
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/cloud_federation_api/appinfo/info.xml b/apps/cloud_federation_api/appinfo/info.xml
index 192033d604a..2124fe6c09a 100644
--- a/apps/cloud_federation_api/appinfo/info.xml
+++ b/apps/cloud_federation_api/appinfo/info.xml
@@ -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>