summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-14 20:54:16 +0100
committerGitHub <noreply@github.com>2018-01-14 20:54:16 +0100
commit7d9146db38be09dc413282aa217ebc0003c99d3d (patch)
treef818a7fc9f1c997b674a822e12ba432d1f4c2461 /apps/user_ldap
parent3f2007025aa9c7aa4b5de4cd450181c3fe9145dc (diff)
parentdb411f87717f02f7d967c0d43600bb5e9cef862f (diff)
downloadnextcloud-server-7d9146db38be09dc413282aa217ebc0003c99d3d.tar.gz
nextcloud-server-7d9146db38be09dc413282aa217ebc0003c99d3d.zip
Merge pull request #7846 from nextcloud/this_is_14
Bump version number
Diffstat (limited to 'apps/user_ldap')
-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 c303ef79283..dbf9a736899 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -10,7 +10,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
<licence>AGPL</licence>
<author>Dominik Schmidt</author>
<author>Arthur Schiwon</author>
- <version>1.3.1</version>
+ <version>1.4.0</version>
<types>
<authentication/>
</types>
@@ -19,7 +19,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
</documentation>
<dependencies>
<lib>ldap</lib>
- <nextcloud min-version="13" max-version="13" />
+ <nextcloud min-version="14" max-version="14" />
</dependencies>
<namespace>User_LDAP</namespace>