Skip to content

Commit 8be17ad

Browse files
committed
bump major version, revert to better version scheme
1 parent b4e7fba commit 8be17ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.08'
32+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '3.0.0'
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.08</version>
54+
<version>3.0.0</version>
5555
</dependency>
5656
5757
<repository>

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313

1414
plugins {
15-
id "com.diffplug.gradle.spotless" version "3.24.0"
15+
id "com.diffplug.gradle.spotless" version "3.24.1"
1616
id "base"
1717
id "io.codearte.nexus-staging" version "0.21.0"
1818
id "com.bmuschko.nexus" version "2.3.1"
@@ -22,7 +22,7 @@ apply plugin: 'kotlin'
2222
apply plugin: 'org.jetbrains.dokka'
2323

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

2727
archivesBaseName = 'spotify-api-kotlin'
2828

@@ -32,7 +32,7 @@ repositories {
3232

3333
dependencies {
3434
// Actual library dependencies
35-
compile 'com.neovisionaries:nv-i18n:1.25'
35+
compile 'com.neovisionaries:nv-i18n:1.26'
3636

3737
compile "com.squareup.moshi:moshi:1.8.0"
3838
compile "com.squareup.moshi:moshi-kotlin:1.8.0"

0 commit comments

Comments
 (0)