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-08-19 14:13:10 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-08-19 14:13:10 +0300
commit6e0e1e42c3fbb4a0c629e3653fd9f17acbddff0f (patch)
tree40648952f051e0ef82aeaa8d2b8f04308c333d82 /appinfo
parent979137b78172917901031889024be40c6650bb34 (diff)
Set min-version to 13
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 300f724b..643bc722 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,6 +22,6 @@
<repository type="git">https://github.com/nextcloud/tasks.git</repository>
<dependencies>
<owncloud min-version="0" max-version="0"/>
- <nextcloud min-version="14" max-version="14"/>
+ <nextcloud min-version="13" max-version="14"/>
</dependencies>
</info>