Skip to content

Commit c8c76e6

Browse files
committed
version increase
Signed-off-by: Adam Ratzman <[email protected]>
1 parent a24fdef commit c8c76e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
jcenter()
4040
}
4141
42-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-core', version: '3.2.13'
42+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-core', version: '3.2.14'
4343
```
4444

4545
Note that images and profiles are not supported on the Kotlin/JS target.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232

3333
group = "com.adamratzman"
34-
version = "3.2.13"
34+
version = "3.2.14"
3535

3636
tasks.withType<Test> {
3737
this.testLogging {

0 commit comments

Comments
 (0)