Skip to content

Commit 5dc3c43

Browse files
committed
Release 1.9-pre2
1 parent 999f984 commit 5dc3c43

File tree

9 files changed

+11
-8
lines changed

9 files changed

+11
-8
lines changed

MiraiMC-Base/pom.xml

Lines changed: 1 addition & 1 deletion
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.9-pre1</version>
8+
<version>1.9-pre2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
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.9-pre1</version>
8+
<version>1.9-pre2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Bungee/pom.xml

Lines changed: 1 addition & 1 deletion
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.9-pre1</version>
8+
<version>1.9-pre2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Integration/pom.xml

Lines changed: 1 addition & 1 deletion
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.9-pre1</version>
8+
<version>1.9-pre2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Nukkit/pom.xml

Lines changed: 1 addition & 1 deletion
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.9-pre1</version>
8+
<version>1.9-pre2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Sponge/pom.xml

Lines changed: 1 addition & 1 deletion
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.9-pre1</version>
8+
<version>1.9-pre2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Velocity/pom.xml

Lines changed: 1 addition & 1 deletion
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.9-pre1</version>
8+
<version>1.9-pre2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ MiraiMC 是一个服务端插件,因此你只需按照安装插件的方式安
5151
* 查阅 Javadoc:https://jd.miraimc.dreamvoid.me
5252

5353
### 依赖
54+
55+
以下默认添加全平台的 MiraiMC 依赖。如果你只需要特定平台的 MiraiMC 依赖,请将 `Integration` 更改为对应平台的名称,如 `Bukkit``Velocity`
56+
5457
#### Maven
5558
```
5659
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
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.9-pre1</version>
10+
<version>1.9-pre2</version>
1111
<modules>
1212
<module>MiraiMC-Base</module>
1313
<module>MiraiMC-Bukkit</module>

0 commit comments

Comments
 (0)