Skip to content

Commit

Permalink
update version after install to central repository (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinaRazumovsky committed Mar 16, 2021
1 parent cfbd7c9 commit 980bf0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.12'
compile 'io.logz:guice-jersey:1.0.13'
```

### Maven
Expand All @@ -22,7 +22,7 @@ compile 'io.logz:guice-jersey:1.0.12'
<dependency>
<groupId>io.logz</groupId>
<artifactId>guice-jersey</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
</dependency>
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.logz</groupId>
<artifactId>guice-jersey</artifactId>
<version>1.0.13-SNAPSHOT</version>
<version>1.0.14-SNAPSHOT</version>

<packaging>jar</packaging>
<name>guice-jersey</name>
Expand Down

0 comments on commit 980bf0d

Please sign in to comment.