Skip to content

Commit 1f47f63

Browse files
committed
Release 0.6.0
1 parent 788bf0d commit 1f47f63

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

TestBot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.shirkanesi.magmaplayer</groupId>
8-
<version>0.5.2</version>
8+
<version>0.6.0</version>
99
</parent>
1010
<build>
1111
<plugins>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.shirkanesi.magmaplayer</groupId>
3737
<artifactId>MagmaPlayer</artifactId>
38-
<version>0.5.2</version>
38+
<version>0.6.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.projectlombok</groupId>

main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.shirkanesi.magmaplayer</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.5.2</version>
9+
<version>0.6.0</version>
1010
</parent>
1111

1212
<name>MagmaPlayer</name>

main/src/main/java/com/shirkanesi/magmaplayer/util/MagmaPlayerInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class MagmaPlayerInfo {
44

5-
public static final String VERSION = "0.5.2";
5+
public static final String VERSION = "0.6.0";
66

77
private MagmaPlayerInfo() {}
88

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>parent</artifactId>
88
<groupId>com.shirkanesi.magmaplayer</groupId>
99
<name>MagmaPlayer-parent</name>
10-
<version>0.5.2</version>
10+
<version>0.6.0</version>
1111
<packaging>pom</packaging>
1212

1313
<modules>

0 commit comments

Comments
 (0)