Skip to content

Commit 495c15b

Browse files
committed
Release 0.2.0
1 parent edc7354 commit 495c15b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.1.3</version>
8+
<version>0.2.0</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.1.3</version>
8+
<version>0.2.0</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.1.3</version>
8+
<version>0.2.0</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

core/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.1.3</version>
8+
<version>0.2.0</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

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.1.3";
9+
public static final String VERSION = "0.2.0";
1010

1111
@NotNull
1212
public static String versionString() {

pom.xml

Lines changed: 1 addition & 1 deletion
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.1.3</version>
8+
<version>0.2.0</version>
99

1010
<name>librespot-java</name>
1111
<description>Java port of librespot, the Open Source Spotify client library</description>

0 commit comments

Comments
 (0)