File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ This library is available via Maven Central.
1515<dependency>
1616 <groupId>com.adamratzman</groupId>
1717 <artifactId>spotify-api-kotlin</artifactId>
18- <version>2.0.0 </version>
18+ <version>2.0.1 </version>
1919</dependency>
2020```
2121
2222### Gradle
2323```
24- compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.0.0 '
24+ compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.0.1 '
2525```
2626
2727To use the latest snapshot instead, you must add the Jitpack repository
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group ' com.adamratzman'
10- version ' 2.0.0 '
10+ version ' 2.0.1 '
1111
1212archivesBaseName = ' spotify-api-kotlin'
1313
You can’t perform that action at this time.
0 commit comments