Skip to content

Commit cb7e003

Browse files
committed
Merge branch 'dev' into serialization
2 parents 6d4e9d5 + bdfe025 commit cb7e003

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0.0</version>
18+
<version>2.0.1</version>
1919
</dependency>
2020
```
2121

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

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
apply plugin: 'kotlin'
1919

2020
group 'com.adamratzman'
21-
version '2.0.0'
21+
version '2.0.1'
2222

2323
archivesBaseName = 'spotify-api-kotlin'
2424

0 commit comments

Comments
 (0)