From 239f1c067cd044ea693f68e287878e9f5cf5ece6 Mon Sep 17 00:00:00 2001 From: Lukas Reschke <lukas@owncloud.com> Date: Sun, 13 Mar 2016 19:47:30 +0100 Subject: [PATCH] Mark testing app as compatible with 9.1 --- apps/testing/appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml index cfbe75ddadc..4c07ed87d01 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" max-version="9.0" /> + <owncloud min-version="9.1" max-version="9.1" /> </dependencies> </info> -- GitLab