diff options
author | Joas Schilling <coding@schilljs.com> | 2018-09-05 14:27:06 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-09-05 14:27:06 +0200 |
commit | 47cc5e5895ded011a42cfc02957017aa61a42979 (patch) | |
tree | 67f331165955996261db9f314835557e0526f556 /apps/cloud_federation_api | |
parent | 3cec0080cf4ff8026e0fba9480bf6f1600b841a3 (diff) | |
download | nextcloud-server-47cc5e5895ded011a42cfc02957017aa61a42979.tar.gz nextcloud-server-47cc5e5895ded011a42cfc02957017aa61a42979.zip |
Update version requirements and versions of shipped apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/cloud_federation_api')
-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 c733d26c0dc..192033d604a 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.0.1</version> + <version>0.1.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="14" max-version="14"/> + <nextcloud min-version="15" max-version="15"/> </dependencies> </info> |