Skip to content

Commit 41ee811

Browse files
committed
Bump version to 0.3.0
1 parent 05e478f commit 41ee811

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
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.2.0</version>
8+
<version>0.3.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.2.0</version>
38+
<version>0.3.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.2.0</version>
9+
<version>0.3.0</version>
1010
</parent>
1111

1212
<name>MagmaPlayer</name>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.shirkanesi.magmaplayer.util;
2+
3+
public class MagmaPlayerInfo {
4+
5+
public static final String VERSION = "0.3.0";
6+
7+
private MagmaPlayerInfo() {}
8+
9+
}

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.2.0</version>
10+
<version>0.3.0</version>
1111
<packaging>pom</packaging>
1212

1313
<modules>

0 commit comments

Comments
 (0)