Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamVoid committed Feb 2, 2024
1 parent c7750c5 commit 8a267fe
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion MiraiMC-Base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Nukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Sponge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@Plugin(id = "miraimc",
name = "MiraiMC",
description = "MiraiBot for Minecraft server",
version = "1.8.1",
version = "1.8.2",
url = "https://github.com/DreamVoid/MiraiMC",
authors = {"DreamVoid"}
)
Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@Plugin(
id = "miraimc",
name = "MiraiMC",
version = "1.8.1",
version = "1.8.2",
description = "MiraiBot for Minecraft server",
url = "https://github.com/DreamVoid/MiraiMC",
authors = {"DreamVoid"}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ MiraiMC 是一个基于 [Mirai](https://github.com/mamoe/mirai) 的 Minecraft
<dependency>
<groupId>io.github.dreamvoid</groupId>
<artifactId>MiraiMC-Integration</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.dreamvoid</groupId>
<artifactId>MiraiMC</artifactId>
<packaging>pom</packaging>
<version>1.8.1</version> <!-- 提醒:记得去Sponge和Velocity手动修改 -->
<version>1.8.2</version> <!-- 提醒:记得去Sponge和Velocity手动修改 -->
<modules>
<module>MiraiMC-Base</module>
<module>MiraiMC-Bukkit</module>
Expand Down

0 comments on commit 8a267fe

Please sign in to comment.