Skip to content

Commit f36d8cb

Browse files
committed
Release 1.5.1
1 parent be642b4 commit f36d8cb

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

MiraiMC-Base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.5</version>
8+
<version>1.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Bukkit-PlaceholderAPI/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.5</version>
8+
<version>1.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Bukkit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.5</version>
8+
<version>1.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Bungee/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.5</version>
8+
<version>1.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Integration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.5</version>
8+
<version>1.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Nukkit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.5</version>
8+
<version>1.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Sponge/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.5</version>
8+
<version>1.5.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ MiraiMC 是一个基于[Mirai](https://github.com/mamoe/mirai)的Bukkit插件,
4242
<groupId>io.github.dreamvoid</groupId>
4343
<artifactId>MiraiMC-Integration</artifactId>
4444
<!--请确保版本为Github上的最新版本-->
45-
<version>1.5</version>
45+
<version>1.5.1</version>
4646
<scope>provided</scope>
4747
</dependency>
4848
```

README_en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Copy the following code to the ```dependencies``` of pom.xml or directly import
4747
<groupId>io.github.dreamvoid</groupId>
4848
<artifactId>MiraiMC-Integration</artifactId>
4949
<!--Make sure it is the latest version-->
50-
<version>1.5</version>
50+
<version>1.5.1</version>
5151
<scope>provided</scope>
5252
</dependency>
5353
```

README_zh-Hant.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ MiraiMC 是一個基於[Mirai](https://github.com/mamoe/mirai)的Bukkit插件,
4040
<groupId>io.github.dreamvoid</groupId>
4141
<artifactId>MiraiMC-Integration</artifactId>
4242
<!--請確保版本為Github上的最新版本-->
43-
<version>1.5</version>
43+
<version>1.5.1</version>
4444
<scope>provided</scope>
4545
</dependency>
4646
```

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.github.dreamvoid</groupId>
88
<artifactId>MiraiMC</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.5</version> <!-- 提醒:记得去Sponge手动修改 -->
10+
<version>1.5.1</version> <!-- 提醒:记得去Sponge手动修改 -->
1111
<modules>
1212
<module>MiraiMC-Base</module>
1313
<module>MiraiMC-Bukkit</module>

0 commit comments

Comments
 (0)