Skip to content

Commit bdfe025

Browse files
committed
update version
Signed-off-by: Adam Ratzman <adam@adamratzman.com>
1 parent 55eb953 commit bdfe025

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
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'com.adamratzman'
10-
version '2.0.0'
10+
version '2.0.1'
1111

1212
archivesBaseName = 'spotify-api-kotlin'
1313

0 commit comments

Comments
 (0)