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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-08-10 01:28:29 +0300
committerGitHub <noreply@github.com>2016-08-10 01:28:29 +0300
commit298fa5814478e70a77a2d38d9f46e9a5e0f27be5 (patch)
treef7c3c74ab3c960a3019c2f4197a0f0f7edffce90
parent200b5cfb04681d9df548ec6e94d80813247261b6 (diff)
parentfc983c445721868511ead916d9cc6a885681322a (diff)
Merge pull request #4 from nextcloud/fix-casing
fix required version
-rw-r--r--external/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/appinfo/info.xml b/external/appinfo/info.xml
index e8c9fa12a..b82e208c6 100644
--- a/external/appinfo/info.xml
+++ b/external/appinfo/info.xml
@@ -18,7 +18,7 @@
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.1" max-version="9.2" />
</dependencies>
<shipped>true</shipped>
<ocsid>166046</ocsid>