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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-08-04 17:10:15 +0300
committerGitHub <noreply@github.com>2016-08-04 17:10:15 +0300
commitd23aa1d2c24c07c1fb83bb650cfe4e823d0565df (patch)
treeee1fe44b19405fd1ba2f89a68b7a51dbcab63699 /appinfo
parente8ba81ee7c41c8073713e50f4286d359d2771214 (diff)
Add 9.2 as max version
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5a0ae59..75c1769 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,6 +9,6 @@
<namespace>ServerInfo</namespace>
<category>other</category>
<dependencies>
- <owncloud min-version="9.1" />
+ <owncloud min-version="9.1" max-version="9.2" />
</dependencies>
</info>