Skip to content

Commit 36d3156

Browse files
committed
Bump version to 0.2.0
1 parent 8ee203c commit 36d3156

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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.1.0</version>
8+
<version>0.2.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.1.0</version>
38+
<version>0.2.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.1.0</version>
9+
<version>0.2.0</version>
1010
</parent>
1111

1212
<name>MagmaPlayer</name>

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

1313
<modules>

0 commit comments

Comments
 (0)