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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-02-05 16:58:07 +0300
committerLukas Reschke <lukas@owncloud.com>2016-02-05 16:58:07 +0300
commit8702916ef95c80f549fda8e4093f66458781f292 (patch)
treef91ed2d3bc30da505847f1e3dd3e3b384aade92c /appinfo/info.xml
parentba90865762f0121aa0fbb9f0e098e57dd7c71916 (diff)
Add minimum and maximum required versions
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c71183e..bf7e14d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,6 +12,6 @@ More information is available in the Text Editor documentation.
<default_enable/>
<ocsid>166051</ocsid>
<dependencies>
- <owncloud min-version="8.1" />
+ <owncloud min-version="9.0" max-version="9.0" />
</dependencies>
</info>