Skip to content

Commit

Permalink
docs(api): update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiankai Zheng authored and Jiankai Zheng committed Dec 7, 2020
1 parent f26b439 commit 1c0c5e9
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 @@ -145,13 +145,13 @@ Latest official release:
<dependency>
<groupId>nl.jiankai</groupId>
<artifactId>spotify-web-api-wrapper</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
```
### Gradle
Latest official release:
```gradle
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.1'
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.2'
```

## 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.1</version>
<version>1.5.2</version>

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

0 comments on commit 1c0c5e9

Please sign in to comment.