diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-22 12:20:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 12:20:05 +0200 |
commit | ecd299e8dea676a734932b5704a4b2bca9b285fa (patch) | |
tree | 63bfab38672a5804a217b5dd2b031c42035643ca /apps/user_ldap | |
parent | e102923a978d83268c04a3a5bf678054a845a58e (diff) | |
parent | 3ec9d91bd04efb9c93a5540025491867f0e3ba5d (diff) | |
download | nextcloud-server-ecd299e8dea676a734932b5704a4b2bca9b285fa.tar.gz nextcloud-server-ecd299e8dea676a734932b5704a4b2bca9b285fa.zip |
Merge pull request #5023 from nextcloud/version_bump
We are working on 13 now!
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index bbc4aac6696..29d8b5df022 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -8,8 +8,9 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc </description> <licence>AGPL</licence> - <author>Dominik Schmidt and Arthur Schiwon</author> - <version>1.2.1</version> + <author>Dominik Schmidt</author> + <author>Arthur Schiwon</author> + <version>1.3.0</version> <types> <authentication/> </types> @@ -18,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="12" max-version="12" /> + <nextcloud min-version="13" max-version="13" /> </dependencies> <namespace>User_LDAP</namespace> |