diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-10-15 15:33:06 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 13:17:12 +0200 |
commit | ff5ed443308bc6ca0054710e623a651444840797 (patch) | |
tree | 76c7672d4629e5ce4d702170b13684debe9b8d83 /apps/dav/appinfo | |
parent | ca27024fa22d9dde08da9aa77c2769b0f7b39707 (diff) | |
download | nextcloud-server-ff5ed443308bc6ca0054710e623a651444840797.tar.gz nextcloud-server-ff5ed443308bc6ca0054710e623a651444840797.zip |
Fix typo and adjust required version
Diffstat (limited to 'apps/dav/appinfo')
-rw-r--r-- | apps/dav/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 955b381ce2b..c80af15a29b 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -2,10 +2,10 @@ <info> <id>dav</id> <name>WebDAV</name> - <description>ownCloud WebDAV endppint</description> + <description>ownCloud WebDAV endpoint</description> <licence>AGPL</licence> <author>owncloud.org</author> - <requiremin>8.2</requiremin> + <requiremin>9.0</requiremin> <shipped>true</shipped> <standalone/> <default_enable/> |