Skip to content

Commit f932717

Browse files
authored
Merge pull request #51 from adamint/dev
version bump
2 parents 2b04a34 + 81fc5fe commit f932717

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
@@ -23,13 +23,13 @@ This library is available via Maven Central.
2323
<dependency>
2424
<groupId>com.adamratzman</groupId>
2525
<artifactId>spotify-api-kotlin</artifactId>
26-
<version>2.1.0</version>
26+
<version>2.1.1</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131
```
32-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.0'
32+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.1'
3333
```
3434

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

0 commit comments

Comments
 (0)