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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xappinfo/info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 614b659..1df93d5 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,5 +13,7 @@
<version>0.9.8</version>
<licence>AGPL</licence>
<author>Björn Korella</author>
- <requiremin>8.2.2</requiremin>
+ <dependencies>
+ <owncloud min-version="8.2" max-version="9.0" />
+ </dependencies>
</info>