Skip to content

Commit

Permalink
Bump version to 2023.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sonallux committed Jun 7, 2023
1 parent 238b139 commit c266694
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fixed-spotify-open-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
The base URI for all Web API requests is `https://api.spotify.com/v1`.
Need help? See our <a href="https://developer.spotify.com/documentation/web-api/guides/">Web API guides</a> for more information, or visit the <a href="https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer">Spotify for Developers community forum</a> 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:
Expand Down
4 changes: 2 additions & 2 deletions json-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-parent</artifactId>
<version>2023.5.31</version>
<version>2023.6.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>json-utils</artifactId>
<version>2023.5.31</version>
<version>2023.6.7</version>
<packaging>jar</packaging>

<name>json-utils</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-parent</artifactId>
<version>2023.5.31</version>
<version>2023.6.7</version>
<packaging>pom</packaging>

<name>spotify-web-api-parent</name>
Expand Down
6 changes: 3 additions & 3 deletions spotify-web-api-open-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-parent</artifactId>
<version>2023.5.31</version>
<version>2023.6.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>spotify-web-api-open-api</artifactId>
<version>2023.5.31</version>
<version>2023.6.7</version>
<packaging>jar</packaging>

<name>spotify-web-api-open-api</name>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>de.sonallux.spotify</groupId>
<artifactId>json-utils</artifactId>
<version>2023.5.31</version>
<version>2023.6.7</version>
</dependency>
<dependency>
<groupId>io.swagger.parser.v3</groupId>
Expand Down

0 comments on commit c266694

Please sign in to comment.