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/federation/appinfo/info.xml | |
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/federation/appinfo/info.xml')
-rw-r--r-- | apps/federation/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index e96c50479ae..84587c4ebfb 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -5,7 +5,7 @@ <name>Federation</name> <summary>Federation allows you to connect with other trusted servers to exchange the user directory.</summary> <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> - <version>1.4.0</version> + <version>1.5.0</version> <licence>agpl</licence> <author>Bjoern Schiessle</author> <namespace>Federation</namespace> @@ -18,7 +18,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> <background-jobs> |