Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-07-28 14:47:52 +0300
committerJulius Haertl <jus@bitgrid.net>2016-07-28 14:47:52 +0300
commit5e36213473f85fe731d8c721aea6617e0ec636c3 (patch)
treec133dcd537055186a4324ccfe1c0db618cbeccee
parent3559a8974bb05af12d40a3212d74599083377094 (diff)
Change owncloud min-version to 9.0
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 79860d0..a449a2a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<licence>AGPL</licence>
<author>jus</author>
<dependencies>
- <owncloud min-version="7.0" max-version="9.2" />
+ <owncloud min-version="9.0" max-version="9.2" />
<nextcloud min-version="9.0" max-version="11.0" />
</dependencies>
<repository type="git">https://github.com/juliushaertl/apporder.git</repository>