Skip to content

Commit 1c0c5e9

Browse files
Jiankai ZhengJiankai Zheng
authored andcommitted
docs(api): update version number
1 parent f26b439 commit 1c0c5e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1</version>
148+
<version>1.5.2</version>
149149
</dependency>
150150
```
151151
### Gradle
152152
Latest official release:
153153
```gradle
154-
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.1'
154+
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.2'
155155
```
156156

157157
## License

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>nl.jiankai</groupId>
88
<artifactId>spotify-web-api-wrapper</artifactId>
9-
<version>1.5.1</version>
9+
<version>1.5.2</version>
1010

1111
<name>Spotify Web API Java Wrapper</name>
1212
<description>A Java Wrapper for Spotify's Web API</description>

0 commit comments

Comments
 (0)