diff --git a/fixed-spotify-open-api.yml b/fixed-spotify-open-api.yml index 03fc2f0..ebe1901 100644 --- a/fixed-spotify-open-api.yml +++ b/fixed-spotify-open-api.yml @@ -8,7 +8,7 @@ info: The base URI for all Web API requests is `https://api.spotify.com/v1`. Need help? See our Web API guides for more information, or visit the Spotify for Developers community forum to ask questions and connect with other developers. - version: 2023.5.31 + version: 2023.6.7 title: Spotify Web API with fixes and improvements from sonallux termsOfService: https://developer.spotify.com/terms/ contact: diff --git a/json-utils/pom.xml b/json-utils/pom.xml index 8e29ee3..36f83a3 100644 --- a/json-utils/pom.xml +++ b/json-utils/pom.xml @@ -7,12 +7,12 @@ de.sonallux.spotify spotify-web-api-parent - 2023.5.31 + 2023.6.7 ../pom.xml json-utils - 2023.5.31 + 2023.6.7 jar json-utils diff --git a/pom.xml b/pom.xml index e08e8c0..9052f62 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.sonallux.spotify spotify-web-api-parent - 2023.5.31 + 2023.6.7 pom spotify-web-api-parent diff --git a/spotify-web-api-open-api/pom.xml b/spotify-web-api-open-api/pom.xml index 3aa5d05..378737e 100644 --- a/spotify-web-api-open-api/pom.xml +++ b/spotify-web-api-open-api/pom.xml @@ -7,12 +7,12 @@ de.sonallux.spotify spotify-web-api-parent - 2023.5.31 + 2023.6.7 ../pom.xml spotify-web-api-open-api - 2023.5.31 + 2023.6.7 jar spotify-web-api-open-api @@ -30,7 +30,7 @@ de.sonallux.spotify json-utils - 2023.5.31 + 2023.6.7 io.swagger.parser.v3