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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Lenz <mail@eisfunke.com>2017-12-14 04:08:25 +0300
committerGitHub <noreply@github.com>2017-12-14 04:08:25 +0300
commit90e566e4ccdfaea983b12bf3cafdb416db186d9b (patch)
treeafaaab7c7ab7e2800f44cdb78e35ec9babce3339 /appinfo
parentcb994c482b66ee85f16a3d7e279b13b9f6ec1a8c (diff)
Bump Nextcloud version to 13
Change the max allowed version of Nextcloud to make it work with 13. I tried it on my Nextcloud 13 Beta 3, no problems so far.
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 c0d9344..9050a27 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -29,6 +29,6 @@
<bugs>https://github.com/westberliner/owncloud-checksum/issues</bugs>
<dependencies>
<owncloud min-version="9.0" max-version="11" />
- <nextcloud min-version="9" max-version="12" />
+ <nextcloud min-version="9" max-version="13" />
</dependencies>
</info>