diff --git a/README.md b/README.md index 3f90588da4732cb63c325068274e27cd63fa65fa..30ef796cbbf81a3b411b107f226917ac38c8fc07 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.6.0' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.6.1' } ``` @@ -20,7 +20,7 @@ dependencies { org.gitlab4j gitlab4j-api - 4.6.0 + 4.6.1 ```