diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-02 07:18:36 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-02 08:53:42 +0100 |
commit | 8885cb1eb9b1184ae90609169c0944c1d58180f7 (patch) | |
tree | 70a9b5d476c54d894fbd17f4ce56f10db0cda7e7 /apps/federation/appinfo/info.xml | |
parent | 702c1a89628cd3bf1118512b478a69647b0fb2c9 (diff) | |
download | nextcloud-server-8885cb1eb9b1184ae90609169c0944c1d58180f7.tar.gz nextcloud-server-8885cb1eb9b1184ae90609169c0944c1d58180f7.zip |
Increase all versions on master which is now 9.1
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 be591b5b693..e4a274c6425 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -5,11 +5,11 @@ <description>ownCloud Federation allows you to connect with other trusted ownClouds 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>0.0.4</version> + <version>0.1.0</version> <namespace>Federation</namespace> <category>other</category> <dependencies> - <owncloud min-version="9.0" max-version="9.0" /> + <owncloud min-version="9.1" max-version="9.1" /> </dependencies> <types> <authentication/> |