From a83192b2e4f651ffc4bc4402991a396e56db8186 Mon Sep 17 00:00:00 2001 From: Jiankai Zheng Date: Fri, 1 Jan 2021 14:56:44 +0100 Subject: [PATCH] docs: update api version [skip ci] --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df1f59f..5b7daff 100644 --- a/README.md +++ b/README.md @@ -159,13 +159,13 @@ Latest official release: nl.jiankai spotify-web-api-wrapper - 1.5.6 + 1.5.7 ``` ### Gradle Latest official release: ```gradle -implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.6' +implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.7' ``` ## Contributing diff --git a/pom.xml b/pom.xml index 8b2d759..29ba9b1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ nl.jiankai spotify-web-api-wrapper - 1.5.6 + 1.5.7 Spotify Web API Java Wrapper A Java Wrapper for Spotify's Web API