Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-01-26 18:42:31 +0300
committerLukas Reschke <lukas@owncloud.com>2016-01-26 18:42:31 +0300
commit8bdf2f5c25b36157e128799cbcc3f91a06673b6a (patch)
treead5df36be03d326496d02021199fb992bc2c0a6f /apps/systemtags/appinfo/info.xml
parentf383332d838e06d65c2ad74636540bf2c88ba8cc (diff)
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/systemtags/appinfo/info.xml')
-rw-r--r--apps/systemtags/appinfo/info.xml3
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>