summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/appinfo
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 15:13:40 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 15:13:40 +0200
commit5696c8aa3515b6283575cb3f887a1107b368bf2c (patch)
treea1dd04eea58addf7f894f0cd1ce0e98b2abdaa8e /apps/federatedfilesharing/appinfo
parent14ddf9d923ba78a9b938d6eb6050d71aaef22ed6 (diff)
downloadnextcloud-server-5696c8aa3515b6283575cb3f887a1107b368bf2c.tar.gz
nextcloud-server-5696c8aa3515b6283575cb3f887a1107b368bf2c.zip
adjust federatedfilesharing
Diffstat (limited to 'apps/federatedfilesharing/appinfo')
-rw-r--r--apps/federatedfilesharing/appinfo/info.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml
index 2a80bd54da3..984235f0851 100644
--- a/apps/federatedfilesharing/appinfo/info.xml
+++ b/apps/federatedfilesharing/appinfo/info.xml
@@ -5,10 +5,13 @@
<description>Provide federated file sharing across servers</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle, Roeland Jago Douma</author>
- <version>1.1.0</version>
+ <version>1.1.1</version>
<namespace>FederatedFileSharing</namespace>
<category>other</category>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
+ <settings>
+ <admin>OCA\FederatedFileSharing\Settings\Admin</admin>
+ </settings>
</info>