Skip to content

Commit

Permalink
Updated for release 4.8.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmessner committed May 25, 2018
1 parent 07a1e4d commit f1e7171
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 @@ -11,7 +11,7 @@ To utilize the GitLab API for Java in your project, simply add the following dep
```java
dependencies {
...
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.19'
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.20'
}
```

Expand All @@ -20,7 +20,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>4.8.19</version>
<version>4.8.20</version>
</dependency>
```

Expand Down

0 comments on commit f1e7171

Please sign in to comment.