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:
authorNextgen-Networks <reg-github.com@nextgen-networks.de>2018-12-17 12:58:00 +0300
committerGitHub <noreply@github.com>2018-12-17 12:58:00 +0300
commit3c331ecb9b7680906529338b14f5e832822b9495 (patch)
tree5b9045fed76ece27e54e92465e847f9d6554d970 /appinfo
parent23e64cb6c6a762c713990f8c2a10835ca506132f (diff)
Make checksum compatible with Nextcloud 15
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e01c8c5..6fddf41 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
Select a algorithm and it will try to generate a hash.
If you want an other algorithm, just click on the reload button.
</description>
- <version>0.4.1</version>
+ <version>0.4.2</version>
<licence>agpl</licence>
<author>westberliner</author>
<types>
@@ -29,6 +29,6 @@
<screenshot>https://raw.githubusercontent.com/westberliner/owncloud-checksum/master/screenshots/checksum.gif</screenshot>
<dependencies>
<owncloud min-version="9.0" max-version="11" />
- <nextcloud min-version="9" max-version="14" />
+ <nextcloud min-version="9" max-version="16" />
</dependencies>
</info>