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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-01-20 16:27:42 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-21 14:12:43 +0300
commit8bf7b8f538f304bf68628d96f9de04f50a0728da (patch)
tree6ad0158f51fbdb1ab84942467f36e457c2f3c3f8 /apps/testing/appinfo/info.xml
parent89397d59499352f09772502cb07708f551c5ad96 (diff)
testing app: add max version
Diffstat (limited to 'apps/testing/appinfo/info.xml')
-rw-r--r--apps/testing/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml
index b11ec2f88e6..fa9526aa06a 100644
--- a/apps/testing/appinfo/info.xml
+++ b/apps/testing/appinfo/info.xml
@@ -7,6 +7,6 @@
<author>Joas Schilling</author>
<version>0.1.0</version>
<dependencies>
- <owncloud min-version="9.0" />
+ <owncloud min-version="9.0" max-version="9.0" />
</dependencies>
</info>