diff --git a/README.md b/README.md index 1eee7663..e42298f4 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,12 @@ then completely rewritten and the old code was removed. From version 0.6 it is mostly a file service with an AV checking. Currently it is still a bit experimental feature. +So if you need the AV checking only you can use the maintained 0.5 version. ### Contribution Possibilities: Quality assurance (QA), Front-end for REST services (statistics and file storage), -Linux admin for better deployment and distribution, Wiki mage, Server for testing +Linux admin for better deployment and distribution, Wiki mage, Server for testing, or we +can find something else for you --- @@ -155,8 +157,8 @@ you need only: ``` ### Installation -You can use Docker to prepare necessary services for development. Docker configurations are a good documentation for -installing services without Docker. +You can use Docker to prepare necessary services for the development. +Docker configurations are a good documentation for installing services without Docker. #### Docker Docker is recommended approach. diff --git a/build.gradle b/build.gradle index 5c80d1b3..60d3ff97 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ allprojects { sourceCompatibility = '1.8' targetCompatibility = '1.8' - version = '0.7-SNAPSHOT' + version = '0.7' ext { taskGroupName = 'AV-service'