Skip to content

Commit 1941781

Browse files
committed
Release 0.5.1
1 parent 53a1165 commit 1941781

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>0.5.0</version>
8+
<version>0.5.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>0.5.0</version>
8+
<version>0.5.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>0.5.0</version>
8+
<version>0.5.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>0.5.0</version>
8+
<version>0.5.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>com.squareup.okhttp3</groupId>
9393
<artifactId>okhttp</artifactId>
94-
<version>3.14.0</version>
94+
<version>3.14.1</version>
9595
</dependency>
9696
</dependencies>
9797
</project>

core/src/main/java/xyz/gianlu/librespot/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Gianlu
77
*/
88
public class Version {
9-
public static final String VERSION = "0.5.0";
9+
public static final String VERSION = "0.5.1";
1010

1111
@NotNull
1212
public static String versionString() {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>xyz.gianlu.librespot</groupId>
66
<artifactId>librespot-java</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.5.0</version>
8+
<version>0.5.1</version>
99

1010
<name>librespot-java</name>
1111
<description>Java port of librespot, the Open Source Spotify client library</description>
@@ -38,7 +38,7 @@
3838
<maven.compiler.source>1.8</maven.compiler.source>
3939
<maven.compiler.target>1.8</maven.compiler.target>
4040
<gson.version>2.8.5</gson.version>
41-
<protobuf.version>3.6.0</protobuf.version>
41+
<protobuf.version>3.7.1</protobuf.version>
4242
</properties>
4343

4444
<modules>

0 commit comments

Comments
 (0)