Skip to content

Commit 77ff771

Browse files
Jiankai ZhengJiankai Zheng
authored andcommitted
docs(readme): switch build status badge & update dependency version
1 parent 48369f4 commit 77ff771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![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)
22

33
# Spotify Web API Wrapper
44
Spotify API wrapper for Java
@@ -145,13 +145,13 @@ Latest official release:
145145
<dependency>
146146
<groupId>nl.jiankai</groupId>
147147
<artifactId>spotify-web-api-wrapper</artifactId>
148-
<version>1.5.2</version>
148+
<version>1.5.3</version>
149149
</dependency>
150150
```
151151
### Gradle
152152
Latest official release:
153153
```gradle
154-
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.2'
154+
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.3'
155155
```
156156

157157
## License

0 commit comments

Comments
 (0)