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:35:14 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-07-03 23:35:14 +0300
commit9871343dd1d1e18e9cafbafec94815cb1e736854 (patch)
treed0914bae4f085056313dfbe692c28c2e0a3e33ab
parent41511eccc47d950e35e20daac3174335f1e0475d (diff)
Bump versionv1.3.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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)