diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-10-17 08:42:04 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-10-17 08:47:11 +0200 |
commit | 0d3d75b3b3020ee7979dba6d6f46aa6e6773d311 (patch) | |
tree | a15707ebe72e50fbaf28d592289afc8c310e3fa8 /apps/user_ldap | |
parent | c378456137a47186147d3c9212d9a009c979890c (diff) | |
download | nextcloud-server-0d3d75b3b3020ee7979dba6d6f46aa6e6773d311.tar.gz nextcloud-server-0d3d75b3b3020ee7979dba6d6f46aa6e6773d311.zip |
Increase the 2nd digit of shipped apps
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 3 | ||||
-rw-r--r-- | apps/user_ldap/appinfo/version | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 89c1a4ea3ff..7dbce1da5fa 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -9,8 +9,8 @@ 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> - <requiremin>4.93</requiremin> <shipped>true</shipped> + <version>0.8.0</version> <types> <authentication/> </types> @@ -19,5 +19,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" /> </dependencies> </info> diff --git a/apps/user_ldap/appinfo/version b/apps/user_ldap/appinfo/version deleted file mode 100644 index 844f6a91acb..00000000000 --- a/apps/user_ldap/appinfo/version +++ /dev/null @@ -1 +0,0 @@ -0.6.3 |