From 1c0c5e9cd1ac696bdde6ecbc2cd73a9693c291de Mon Sep 17 00:00:00 2001 From: Jiankai Zheng Date: Mon, 7 Dec 2020 23:19:10 +0100 Subject: [PATCH] docs(api): update version number --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a41198..44297e6 100644 --- a/README.md +++ b/README.md @@ -145,13 +145,13 @@ Latest official release: nl.jiankai spotify-web-api-wrapper - 1.5.1 + 1.5.2 ``` ### Gradle Latest official release: ```gradle -implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.1' +implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.2' ``` ## License diff --git a/pom.xml b/pom.xml index a58865c..56d2b6d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ nl.jiankai spotify-web-api-wrapper - 1.5.1 + 1.5.2 Spotify Web API Java Wrapper A Java Wrapper for Spotify's Web API