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>2018-09-27 22:15:53 +0300
committerPatrick <patrick@westberliner.net>2018-09-27 22:15:53 +0300
commit23e64cb6c6a762c713990f8c2a10835ca506132f (patch)
tree91a03abb2830c4ec4f3a0d563f70173378d7f22b /appinfo
parentc536df8863ceccca95925953a8a962777ad20eb9 (diff)
update xml to be still compliant with nextcloud, update changelogv0.4.1
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6a5f8e9..e01c8c5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,21 +12,21 @@
Select a algorithm and it will try to generate a hash.
If you want an other algorithm, just click on the reload button.
</description>
- <screenshot>https://raw.githubusercontent.com/westberliner/owncloud-checksum/master/screenshots/checksum.gif</screenshot>
- <documentation>
- <user>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</user>
- <admin>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</admin>
- </documentation>
- <version>0.4.0</version>
+ <version>0.4.1</version>
<licence>agpl</licence>
<author>westberliner</author>
<types>
<filesystem/>
</types>
+ <documentation>
+ <user>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</user>
+ <admin>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</admin>
+ </documentation>
<category>files</category>
<category>tools</category>
<website>https://github.com/westberliner/owncloud-checksum/</website>
<bugs>https://github.com/westberliner/owncloud-checksum/issues</bugs>
+ <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" />