Skip to content

Commit 91fa939

Browse files
committed
bump kotlin and lib version
1 parent c23c8db commit 91fa939

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Kotlin Spotify Web API
22
[ ![JCenter Download](https://api.bintray.com/packages/bintray/jcenter/com.adamratzman%3Aspotify-api-kotlin/images/download.svg) ](https://bintray.com/bintray/jcenter/com.adamratzman%3Aspotify-api-kotlin/_latestVersion)
33
[![](https://img.shields.io/badge/Wiki-Docs-red.svg)](https://adamint.github.io/spotify-web-api-kotlin/-spotify-kotlin-wrapper/)
4-
[![CircleCI](https://circleci.com/gh/adamint/spotify-web-api-kotlin.svg?style=shield)](https://circleci.com/gh/adamint/spotify-web-api-kotlin)
4+
[![Build status](http://144.217.240.243:8111/app/rest/builds/aggregated/strob:(buildType:(project:(id:SpotifyWebApiKotlin)))/statusIcon.svg)](http://144.217.240.243:8111/viewType.html?buildTypeId=SpotifyWebApiKotlin)
55
![](https://img.shields.io/badge/License-MIT-blue.svg)
66

77
This is the [Kotlin](https://kotlinlang.org/) implementation of the [Spotify Web API](https://developer.spotify.com/web-api/)

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ plugins {
66
signing
77
`java-library`
88
id("io.codearte.nexus-staging") version "0.21.1"
9-
kotlin("multiplatform") version "1.3.50"
10-
kotlin("plugin.serialization") version "1.3.50"
9+
kotlin("multiplatform") version "1.3.61"
10+
kotlin("plugin.serialization") version "1.3.61"
1111
id("com.diffplug.gradle.spotless") version "3.26.0"
1212
id("com.moowork.node") version "1.3.1"
1313
id("org.jetbrains.dokka") version "0.10.0"
1414
}
1515

1616
group = "com.adamratzman"
17-
version = "3.0.0-rc.2"
17+
version = "3.0.0-rc.3"
1818

1919
java {
2020
withSourcesJar()

0 commit comments

Comments
 (0)