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:
-rw-r--r--Makefile2
-rw-r--r--README.md6
2 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c8496e2..5cd705c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-version+=1.2.0
+version+=1.3.0
all: appstore
diff --git a/README.md b/README.md
index 38d5cb8..c6545b9 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,6 @@ The App is not complete yet, the following works/is done:
* Tested in Linux only
* Background Job to scan all files
-## In progress
-
-* Test uploading from clients
-
## ToDo
* File size limit
@@ -37,7 +33,7 @@ The App is not complete yet, the following works/is done:
## Requirements
-* Nextcloud 11
+* Nextcloud 12
* ClamAV (Binaries or a server running ClamAV in daemon mode)