From 194c3719c6edc5be57f4207169ef62d7b0854570 Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Sat, 12 Aug 2017 21:23:41 -0700 Subject: [PATCH] Updated for release 4.4.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d929cf2..491635b8 100644 --- a/README.md +++ b/README.md @@ -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.4.4' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.4.5' } ``` @@ -20,11 +20,11 @@ dependencies { org.gitlab4j gitlab4j-api - 4.4.4 + 4.4.5 ``` -If you are not using Gradle or Maven you can download the latest gitlab4j-api JAR file here: [gitlab4j-api-4.4.4.jar](https://oss.sonatype.org/service/local/repositories/releases/content/org/gitlab4j/gitlab4j-api/4.4.4/gitlab4j-api-4.4.4.jar "Download JAR") +If you are not using Gradle or Maven you can download the latest gitlab4j-api JAR file here: [gitlab4j-api-4.4.5.jar](https://oss.sonatype.org/service/local/repositories/releases/content/org/gitlab4j/gitlab4j-api/4.4.5/gitlab4j-api-4.4.5.jar "Download JAR") Javadocs are available here: Javadocs -- GitLab