diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-01-26 16:42:31 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-01-26 16:42:31 +0100 |
commit | 8bdf2f5c25b36157e128799cbcc3f91a06673b6a (patch) | |
tree | ad5df36be03d326496d02021199fb992bc2c0a6f /apps | |
parent | f383332d838e06d65c2ad74636540bf2c88ba8cc (diff) | |
download | nextcloud-server-8bdf2f5c25b36157e128799cbcc3f91a06673b6a.tar.gz nextcloud-server-8bdf2f5c25b36157e128799cbcc3f91a06673b6a.zip |
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.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/systemtags/appinfo/info.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index 59b7fc01eb6..d2f30e2c040 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/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> |