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:
authorKai Gerken <kai.gerken@custom-coding.net>2020-01-19 22:35:40 +0300
committerKai Gerken <kai.gerken@custom-coding.net>2020-01-19 22:35:40 +0300
commita61c209ca3ce73ce1f43440bcba226c65aaa338b (patch)
treea22bb03aa563ea1ec106b6cedef0a616184a9140 /appinfo
parent9108408c3ccb10d7a60603228c137d6f80d41438 (diff)
Make checksum compatible with Nextcloud 18
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 3628c5b..b799bc1 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.3</version>
+ <version>0.4.4</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="17" />
+ <nextcloud min-version="9" max-version="18" />
</dependencies>
</info>