From ee900eefe7d6450a0227b9687f68ad30e4558397 Mon Sep 17 00:00:00 2001 From: Jiankai Zheng Date: Sun, 13 Dec 2020 16:53:59 +0100 Subject: [PATCH] change(api): update api version --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 461cc1e..e3301f6 100644 --- a/README.md +++ b/README.md @@ -144,14 +144,14 @@ Latest official release: ```xml nl.jiankai - spotify-web-api-wrapper - 1.5.3 + spotify-web-api-wrapper + 1.5.4 ``` ### Gradle Latest official release: ```gradle -implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.3' +implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.4' ``` ## License diff --git a/pom.xml b/pom.xml index 59403ca..354191f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ nl.jiankai spotify-web-api-wrapper - 1.5.3 + 1.5.4 Spotify Web API Java Wrapper A Java Wrapper for Spotify's Web API