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:
authorLukas Reschke <lukas@owncloud.com>2016-03-13 21:47:30 +0300
committerLukas Reschke <lukas@owncloud.com>2016-03-13 21:47:30 +0300
commit239f1c067cd044ea693f68e287878e9f5cf5ece6 (patch)
treefe4e697213bddc973b1b23df778e03471cfc232c /apps/testing
parent9c1915965e6577902617c7dcb70ec506400406b9 (diff)
Mark testing app as compatible with 9.1
Diffstat (limited to 'apps/testing')
-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 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>