Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-07-03 23:39:05 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-07-03 23:39:05 +0300
commit7feb7b18ea488f5ceda12c134ea0c61e0222b1ee (patch)
treefc9098281940b4b0c14adbfb9f4b934d9ebb3efe /appinfo
parent65a4cb8526862fcf9e6ae833931eeb83c75c044b (diff)
Actually bump version in info.xmlv1.3.1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7a20512..fa2cd6a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
This application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application.
For this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation.
</description>
- <version>1.3.0</version>
+ <version>1.3.1</version>
<licence>agpl</licence>
<author>Manuel Delgado</author>
<author>Bart Visscher</author>