diff --git a/README.md b/README.md index 44297e6..461cc1e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Maven Central](https://img.shields.io/maven-central/v/nl.jiankai/spotify-web-api-wrapper.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22nl.jiankai%22%20AND%20a:%22spotify-web-api-wrapper%22) [![Build Status](https://dev.azure.com/jzheng21/jzheng/_apis/build/status/jzheng2017.spotify-web-api-wrapper?branchName=main)](https://dev.azure.com/jzheng21/jzheng/_build/latest?definitionId=1&branchName=main) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/jzheng2017/spotify-web-api-wrapper.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jzheng2017/spotify-web-api-wrapper/context:java) [![Maintainability](https://api.codeclimate.com/v1/badges/7d64992a6eee6bf3ce10/maintainability)](https://codeclimate.com/github/jzheng2017/spotify-web-api-wrapper/maintainability) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jzheng2017/spotify-web-api-wrapper) +[![Maven Central](https://img.shields.io/maven-central/v/nl.jiankai/spotify-web-api-wrapper.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22nl.jiankai%22%20AND%20a:%22spotify-web-api-wrapper%22) [![Build Status](https://travis-ci.com/jzheng2017/spotify-web-api-wrapper.svg?branch=main)](https://travis-ci.com/jzheng2017/spotify-web-api-wrapper) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/jzheng2017/spotify-web-api-wrapper.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jzheng2017/spotify-web-api-wrapper/context:java) [![Maintainability](https://api.codeclimate.com/v1/badges/7d64992a6eee6bf3ce10/maintainability)](https://codeclimate.com/github/jzheng2017/spotify-web-api-wrapper/maintainability) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jzheng2017/spotify-web-api-wrapper) # Spotify Web API Wrapper Spotify API wrapper for Java @@ -145,13 +145,13 @@ Latest official release: nl.jiankai spotify-web-api-wrapper - 1.5.2 + 1.5.3 ``` ### Gradle Latest official release: ```gradle -implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.2' +implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.3' ``` ## License