diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 18:53:45 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 18:53:45 +0200 |
commit | 3f9e1b3b45aa7a9c588e3023aeb9f99b28f714cf (patch) | |
tree | a8c1663ea6e639bdb74188b074fbbe8169e3e2ba /apps/federation/appinfo/info.xml | |
parent | c0a2a1ff64633bc2a15e4f2fa28b57f708616255 (diff) | |
download | nextcloud-server-3f9e1b3b45aa7a9c588e3023aeb9f99b28f714cf.tar.gz nextcloud-server-3f9e1b3b45aa7a9c588e3023aeb9f99b28f714cf.zip |
adjust federation app
Diffstat (limited to 'apps/federation/appinfo/info.xml')
-rw-r--r-- | apps/federation/appinfo/info.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index b8d697a4db2..da65fef2446 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -5,7 +5,7 @@ <description>Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description> <licence>AGPL</licence> <author>Bjoern Schiessle</author> - <version>1.1.0</version> + <version>1.1.1</version> <namespace>Federation</namespace> <category>other</category> <dependencies> @@ -19,4 +19,8 @@ <background-jobs> <job>OCA\Federation\SyncJob</job> </background-jobs> + + <settings> + <admin>OCA\Federation\Settings\Admin</admin> + </settings> </info> |