Skip to content

Commit 5c38d32

Browse files
authored
Update README.md
1 parent 5137250 commit 5c38d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ This library is available via Maven Central [here](https://search.maven.org/arti
2828
<dependency>
2929
<groupId>com.adamratzman</groupId>
3030
<artifactId>spotify-api-kotlin</artifactId>
31-
<version>2.1.0</version>
31+
<version>2.1.1</version>
3232
</dependency>
3333
```
3434

3535
### Gradle
3636
```
37-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.0'
37+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.1'
3838
```
3939

4040
To use the latest snapshot instead, you must add the Jitpack repository

0 commit comments

Comments
 (0)