Skip to content

Commit 81fc5fe

Browse files
committed
version bump
Signed-off-by: Adam Ratzman <[email protected]>
1 parent 4a9a780 commit 81fc5fe

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
@@ -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.1.0</version>
18+
<version>2.1.1</version>
1919
</dependency>
2020
```
2121

2222
### Gradle
2323
```
24-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.0'
24+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.1'
2525
```
2626

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

0 commit comments

Comments
 (0)