Skip to content

Commit 0cb0f85

Browse files
authored
Merge pull request #103 from adamint/dev
update version
2 parents d0a39a5 + df0892d commit 0cb0f85

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,7 +28,7 @@ repositories {
2828
jcenter()
2929
}
3030
31-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.02'
31+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.03'
3232
```
3333

3434
To use the latest snapshot instead, you must add the Jitpack repository as well
@@ -50,7 +50,7 @@ dependencies {
5050
<dependency>
5151
<groupId>com.adamratzman</groupId>
5252
<artifactId>spotify-api-kotlin</artifactId>
53-
<version>2.3.02</version>
53+
<version>2.3.03</version>
5454
</dependency>
5555
5656
<repository>

0 commit comments

Comments
 (0)