Browse Source

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.
remotes/origin/comments-markallread-dav
Lukas Reschke 11 years ago
parent
commit
8bdf2f5c25
  1. 3
      apps/systemtags/appinfo/info.xml

3
apps/systemtags/appinfo/info.xml

@ -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>

Loading…
Cancel
Save