diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:47:26 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:56:15 +0200 |
commit | 05845e11a8a723b3df40ba66c3e370f6f1ea3a9b (patch) | |
tree | e4ca93569ac7913cd3a1024cb06dddd509d1edd4 /apps/federation | |
parent | 2f15e83d7beea8df2f03eeb66c7dee45aed033ee (diff) | |
download | nextcloud-server-05845e11a8a723b3df40ba66c3e370f6f1ea3a9b.tar.gz nextcloud-server-05845e11a8a723b3df40ba66c3e370f6f1ea3a9b.zip |
Master is now 26
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federation')
-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 263ffad2092..636833ed5f2 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.15.0</version> + <version>1.16.0</version> <licence>agpl</licence> <author>Bjoern Schiessle</author> <namespace>Federation</namespace> @@ -17,7 +17,7 @@ <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="25" max-version="25"/> + <nextcloud min-version="26" max-version="26"/> </dependencies> <background-jobs> |