Skip to content

Commit

Permalink
#224 Prepare release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoraka committed May 12, 2017
1 parent fb51669 commit d940cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
version = '0.7-SNAPSHOT'
version = '0.7'

ext {
taskGroupName = 'AV-service'
Expand Down

0 comments on commit d940cd5

Please sign in to comment.