diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-23 13:03:20 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-23 13:03:20 +0100 |
commit | 36424f8e9dc8a7ed09d00d5d0f2267f5e4987208 (patch) | |
tree | b982c9242c5670a35b27493d3161133aebb91450 /apps/cloud_federation_api/appinfo/info.xml | |
parent | 75c373705408339dc71e5ba6775737b896dd5034 (diff) | |
download | nextcloud-server-36424f8e9dc8a7ed09d00d5d0f2267f5e4987208.tar.gz nextcloud-server-36424f8e9dc8a7ed09d00d5d0f2267f5e4987208.zip |
Bump cloud federation api
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/cloud_federation_api/appinfo/info.xml')
-rw-r--r-- | apps/cloud_federation_api/appinfo/info.xml | 4 |
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> |