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>2020-12-21 21:41:03 +0300
committerpatrick <patrick@westberliner.net>2020-12-21 21:41:03 +0300
commit332d45fa530ae716ae130db8fb88fb45bb2127b3 (patch)
tree42932404b3c38cf0fc30eee0ec7508ebb1038a03 /appinfo
parenta17014d57f1af83e700261de05c3330b13cd1f9f (diff)
#49: Updated controller for backwards compatibility down to php7.2.1.0.1
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 d9773e0..9c324fe 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.0</version>
+ <version>1.0.1</version>
<licence>agpl</licence>
<author>westberliner</author>
<types>
@@ -28,7 +28,7 @@
<bugs>https://github.com/westberliner/checksum/issues</bugs>
<screenshot>https://raw.githubusercontent.com/westberliner/checksum/master/screenshots/checksum.gif</screenshot>
<dependencies>
- <php min-version="7.4" />
+ <php min-version="7.2" />
<nextcloud min-version="20" max-version="21" />
</dependencies>
</info>