diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-22 10:32:05 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-22 10:32:05 +0200 |
commit | fdfe8f7f152b18e25751fd88a9a3e52a070644a5 (patch) | |
tree | 036f038d2e5aad9a0c933653d7b8ab4dff8ce235 /apps/federatedfilesharing/appinfo | |
parent | 9f91fd95c09d4f6d09e53a3db35fa70db6aee567 (diff) | |
download | nextcloud-server-fdfe8f7f152b18e25751fd88a9a3e52a070644a5.tar.gz nextcloud-server-fdfe8f7f152b18e25751fd88a9a3e52a070644a5.zip |
Adjust version requirement
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federatedfilesharing/appinfo')
-rw-r--r-- | apps/federatedfilesharing/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index dc5cbffaa8d..39ac19479e2 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -9,7 +9,7 @@ <namespace>FederatedFileSharing</namespace> <category>other</category> <dependencies> - <nextcloud min-version="12" max-version="12" /> + <nextcloud min-version="13" max-version="13" /> </dependencies> <settings> <admin>OCA\FederatedFileSharing\Settings\Admin</admin> |