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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-11-06 22:17:14 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-11-06 22:17:14 +0300
commit80d8cf01f71156a8a836567e07f1297e2cbaf9ca (patch)
tree6d00cb10f4c4bba974a40cfdb532df576aff7e11 /appinfo
parentf5978eaeee0251b59b4d15eb8ef07823c9aa3386 (diff)
Allow NC15, closes #209
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 39c8a0fe..5121ecab 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -20,6 +20,6 @@
<repository>https://github.com/nextcloud/tasks.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
<dependencies>
- <nextcloud min-version="13" max-version="14"/>
+ <nextcloud min-version="13" max-version="15"/>
</dependencies>
</info>