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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-02-05 16:59:06 +0300
committerLukas Reschke <lukas@owncloud.com>2016-02-05 16:59:06 +0300
commit9d1874269dea70413a41bad9824b6ab169b47d28 (patch)
tree90240dac48093d4e309244c97f39e9b9ffd41acb
parenta8053443f8f15285330333f4cbe083f90b1d17a1 (diff)
Add minimum and maximum required versions
-rw-r--r--files_videoviewer/appinfo/info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/files_videoviewer/appinfo/info.xml b/files_videoviewer/appinfo/info.xml
index e04b98a64..2a7b2684c 100644
--- a/files_videoviewer/appinfo/info.xml
+++ b/files_videoviewer/appinfo/info.xml
@@ -7,6 +7,8 @@
<author>Victor Dubiniuk</author>
<shipped>true</shipped>
<default_enable/>
- <requiremin>4.93</requiremin>
+ <dependencies>
+ <owncloud min-version="9.0" max-version="9.0" />
+ </dependencies>
<ocsid>166054</ocsid>
</info>