File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 )
2
2
3
3
# Spotify Web API Wrapper
4
4
Spotify API wrapper for Java
@@ -145,13 +145,13 @@ Latest official release:
145
145
<dependency >
146
146
<groupId >nl.jiankai</groupId >
147
147
<artifactId >spotify-web-api-wrapper</artifactId >
148
- <version >1.5.2 </version >
148
+ <version >1.5.3 </version >
149
149
</dependency >
150
150
```
151
151
### Gradle
152
152
Latest official release:
153
153
``` gradle
154
- implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.2 '
154
+ implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.3 '
155
155
```
156
156
157
157
## License
You can’t perform that action at this time.
0 commit comments