Skip to content

Commit

Permalink
docs: update api version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiankai Zheng authored and Jiankai Zheng committed Jan 1, 2021
1 parent 6ef173e commit a83192b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ Latest official release:
<dependency>
<groupId>nl.jiankai</groupId>
<artifactId>spotify-web-api-wrapper</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>
```
### Gradle
Latest official release:
```gradle
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.6'
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.7'
```

## Contributing
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.6</version>
<version>1.5.7</version>

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

0 comments on commit a83192b

Please sign in to comment.