summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/info.xml
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-03-02 07:18:36 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2016-03-02 08:53:42 +0100
commit8885cb1eb9b1184ae90609169c0944c1d58180f7 (patch)
tree70a9b5d476c54d894fbd17f4ce56f10db0cda7e7 /apps/user_ldap/appinfo/info.xml
parent702c1a89628cd3bf1118512b478a69647b0fb2c9 (diff)
downloadnextcloud-server-8885cb1eb9b1184ae90609169c0944c1d58180f7.tar.gz
nextcloud-server-8885cb1eb9b1184ae90609169c0944c1d58180f7.zip
Increase all versions on master which is now 9.1
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r--apps/user_ldap/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 864eaebe4d0..a1bb8a47687 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -9,7 +9,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
</description>
<licence>AGPL</licence>
<author>Dominik Schmidt and Arthur Schiwon</author>
- <version>0.8.0</version>
+ <version>0.9.0</version>
<types>
<authentication/>
</types>
@@ -18,6 +18,6 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
</documentation>
<dependencies>
<lib>ldap</lib>
- <owncloud min-version="9.0" max-version="9.0" />
+ <owncloud min-version="9.1" max-version="9.1" />
</dependencies>
</info>