diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-13 19:47:30 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-13 19:47:30 +0100 |
commit | 239f1c067cd044ea693f68e287878e9f5cf5ece6 (patch) | |
tree | fe4e697213bddc973b1b23df778e03471cfc232c /apps/testing | |
parent | 9c1915965e6577902617c7dcb70ec506400406b9 (diff) | |
download | nextcloud-server-239f1c067cd044ea693f68e287878e9f5cf5ece6.tar.gz nextcloud-server-239f1c067cd044ea693f68e287878e9f5cf5ece6.zip |
Mark testing app as compatible with 9.1
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 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> |