Skip to content

Commit

Permalink
Update project version in README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
asafalima committed Dec 5, 2018
1 parent f0c75ae commit 3225661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This module aims to do just that by booting Jetty based Jersey server and initia
### Gradle

```groovy
compile 'io.logz:guice-jersey:1.0.4'
compile 'io.logz:guice-jersey:1.0.5'
```

### Maven
Expand All @@ -22,7 +22,7 @@ compile 'io.logz:guice-jersey:1.0.4'
<dependency>
<groupId>io.logz</groupId>
<artifactId>guice-jersey</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</dependency>
```
## Usage
Expand Down

0 comments on commit 3225661

Please sign in to comment.