diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-22 10:03:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-22 10:03:42 +0200 |
commit | 03cb588ea981fe21cb1c50ae6d73b8848a82bb90 (patch) | |
tree | f9e73bd0ca2d83360f21c8c7fb4fbbc3153d9b3b /apps/user_ldap/appinfo | |
parent | 4b4990c48fd4c6841bde260b2b2e1bc665b46e1c (diff) | |
parent | 86129a8b88012f97c25fdcdd36376de3187f2742 (diff) | |
download | nextcloud-server-03cb588ea981fe21cb1c50ae6d73b8848a82bb90.tar.gz nextcloud-server-03cb588ea981fe21cb1c50ae6d73b8848a82bb90.zip |
Merge pull request #500 from nextcloud/bump_version
Bump version
Diffstat (limited to 'apps/user_ldap/appinfo')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 144479e132e..fc44a01687e 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.9.0</version> + <version>1.0.0</version> <types> <authentication/> </types> |