Skip to content

Commit b460c62

Browse files
committed
update version to 1.0.3
1 parent 339aeb0 commit b460c62

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>1.0.2</version>
18+
<version>1.0.3</version>
1919
</dependency>
2020
```
2121

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

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

0 commit comments

Comments
 (0)