Skip to content

Commit

Permalink
Update README.md with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
asafalima committed May 5, 2020
1 parent 4bff307 commit b2d717e
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.11'
compile 'io.logz:guice-jersey:1.0.12'
```

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

0 comments on commit b2d717e

Please sign in to comment.