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/federatedfilesharing/appinfo | |
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/federatedfilesharing/appinfo')
-rw-r--r-- | apps/federatedfilesharing/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index 027e62ed183..f4db00d05a0 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -5,7 +5,7 @@ <name>Federated file sharing</name> <summary>Provide federated file sharing across servers</summary> <description>Provide federated file sharing across servers</description> - <version>1.4.0</version> + <version>1.5.0</version> <licence>agpl</licence> <author>Bjoern Schiessle</author> <author>Roeland Jago Douma</author> @@ -15,7 +15,7 @@ <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="14" max-version="14" /> + <nextcloud min-version="15" max-version="15" /> </dependencies> <settings> |