diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-03-13 19:59:47 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-03-13 19:59:47 +0100 |
commit | 31aeca32c2f3ecfe95d0872023b1eaaf4a949264 (patch) | |
tree | 2c73eca49047c0e472a3d04c49206322439805f5 | |
parent | 101e4465776cbdb6313470eb4d5bfd48bdfa163d (diff) | |
parent | 239f1c067cd044ea693f68e287878e9f5cf5ece6 (diff) | |
download | nextcloud-server-31aeca32c2f3ecfe95d0872023b1eaaf4a949264.tar.gz nextcloud-server-31aeca32c2f3ecfe95d0872023b1eaaf4a949264.zip |
Merge pull request #23201 from owncloud/mark-testing-app-as-compatible-with-9-1
Mark testing app as compatible with 9.1
-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> |