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>2019-01-25 22:35:13 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-01-25 22:39:10 +0300
commit479ee1a38e437595711872fdebb0a302f977f12d (patch)
tree6b10ab41b2e0c49d8962ed8f4c0320e35b34a49a /appinfo
parent07a95e459e07131cb96fc3b7541004178c782dce (diff)
Adjust minimal NC 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 37b5d26d..8f395ddc 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="15"/>
+ <nextcloud min-version="15" max-version="16"/>
</dependencies>
</info>