diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-01-20 14:27:42 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-21 12:12:43 +0100 |
commit | 8bf7b8f538f304bf68628d96f9de04f50a0728da (patch) | |
tree | 6ad0158f51fbdb1ab84942467f36e457c2f3c3f8 /apps/testing | |
parent | 89397d59499352f09772502cb07708f551c5ad96 (diff) | |
download | nextcloud-server-8bf7b8f538f304bf68628d96f9de04f50a0728da.tar.gz nextcloud-server-8bf7b8f538f304bf68628d96f9de04f50a0728da.zip |
testing app: add max version
Diffstat (limited to 'apps/testing')
-rw-r--r-- | apps/testing/appinfo/info.xml | 2 |
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> |