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:
authorpatrick <patrick@westberliner.net>2021-02-28 19:10:10 +0300
committerpatrick <patrick@westberliner.net>2021-02-28 19:10:10 +0300
commit62add016d52dbdc2ebff41b211685d024d6078dd (patch)
tree5214fc061d4134da64291c87b8499fa099f4c2d3 /appinfo
parent6abb3b5741e540e45929b77fe7adeccb9d89db05 (diff)
Checked nextcloud 21 compatibility.
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 9c324fe..d8ab655 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>1.0.1</version>
+ <version>1.1.0</version>
<licence>agpl</licence>
<author>westberliner</author>
<types>
@@ -29,6 +29,6 @@
<screenshot>https://raw.githubusercontent.com/westberliner/checksum/master/screenshots/checksum.gif</screenshot>
<dependencies>
<php min-version="7.2" />
- <nextcloud min-version="20" max-version="21" />
+ <nextcloud min-version="20" max-version="22" />
</dependencies>
</info>