diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-12-14 11:20:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 11:20:58 +0100 |
commit | cd1929382ff38f321df59b17962016496b22104c (patch) | |
tree | a98ee0dc3fca2b6ca8c6770e657e4b3cc3be93c3 /apps/user_ldap/appinfo/info.xml | |
parent | 4f96fcfb9d884ff07bdf1dafbe1d867437d7ff72 (diff) | |
parent | 77b6b7b23e68878038bab39839b48f1083f6e8b1 (diff) | |
download | nextcloud-server-cd1929382ff38f321df59b17962016496b22104c.tar.gz nextcloud-server-cd1929382ff38f321df59b17962016496b22104c.zip |
Merge pull request #2654 from nextcloud/increase-master-version
Update app versions and requirements
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 87eb61a0fba..7535790fa57 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>1.1.1</version> + <version>1.2.0</version> <types> <authentication/> </types> @@ -18,7 +18,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce </documentation> <dependencies> <lib>ldap</lib> - <nextcloud min-version="11" max-version="11" /> + <nextcloud min-version="12" max-version="12" /> </dependencies> <namespace>User_LDAP</namespace> |