Skip to content

Commit

Permalink
change(api): update api version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiankai Zheng authored and Jiankai Zheng committed Dec 13, 2020
1 parent 97245d2 commit ee900ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@ Latest official release:
```xml
<dependency>
<groupId>nl.jiankai</groupId>
<artifactId>spotify-web-api-wrapper</artifactId>
<version>1.5.3</version>
<artifactId>spotify-web-api-wrapper</artifactId>
<version>1.5.4</version>
</dependency>
```
### Gradle
Latest official release:
```gradle
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.3'
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.4'
```

## License
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>nl.jiankai</groupId>
<artifactId>spotify-web-api-wrapper</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>

<name>Spotify Web API Java Wrapper</name>
<description>A Java Wrapper for Spotify's Web API</description>
Expand Down

0 comments on commit ee900ee

Please sign in to comment.