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:
authorDaniel Hansson <github@hanssonit.se>2020-07-16 18:16:51 +0300
committerGitHub <noreply@github.com>2020-07-16 18:16:51 +0300
commitd71d3f339be54a64219a8e0f247213a59b987174 (patch)
tree029fe7e2d7bf850060010c2da63e80be94a15033 /appinfo
parent6cd8dd356e537023fd928424cb4d80b1671afedf (diff)
make it work on Nextcloud 19
Thanks for a great app! I use it every time I release the [Nextcloud VM](https://github.com/nextcloud/vm/releases). :)
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 b799bc1..8604ed1 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.4</version>
+ <version>0.4.5</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="18" />
+ <nextcloud min-version="9" max-version="19" />
</dependencies>
</info>