Do not use duplicated tag

Fixes "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later.", the tag can only be there once. Also set to 9.0 as this will be the next major release.
This commit is contained in:
Lukas Reschke 2016-01-26 16:42:31 +01:00
parent f383332d83
commit 8bdf2f5c25
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@
<default_enable/>
<version>0.1</version>
<dependencies>
<owncloud min-version="9.0" />
<owncloud max-version="9.1" />
<owncloud min-version="9.0" max-version="9.0" />
</dependencies>
<documentation>
<user>user-systemtags</user>