Skip to content

Commit 8226ae6

Browse files
committed
version bump
1 parent 4e28c55 commit 8226ae6

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
@@ -29,7 +29,7 @@ repositories {
2929
jcenter()
3030
}
3131
32-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.07'
32+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.08'
3333
```
3434

3535
To use the latest snapshot instead, you must add the Jitpack repository as well
@@ -51,7 +51,7 @@ dependencies {
5151
<dependency>
5252
<groupId>com.adamratzman</groupId>
5353
<artifactId>spotify-api-kotlin</artifactId>
54-
<version>2.3.07</version>
54+
<version>2.3.08</version>
5555
</dependency>
5656
5757
<repository>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'kotlin'
2222
apply plugin: 'org.jetbrains.dokka'
2323

2424
group 'com.adamratzman'
25-
version '2.3.07'
25+
version '2.3.08'
2626

2727
archivesBaseName = 'spotify-api-kotlin'
2828

0 commit comments

Comments
 (0)