Skip to content

Commit

Permalink
Release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamVoid committed Feb 13, 2024
1 parent 84890e1 commit 2abeb5b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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.2</version>
<version>1.8.3</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.2</version>
<version>1.8.3</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.2</version>
<version>1.8.3</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.2</version>
<version>1.8.3</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.2</version>
<version>1.8.3</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.2</version>
<version>1.8.3</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.2",
version = "1.8.3",
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.2</version>
<version>1.8.3</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.2",
version = "1.8.3",
description = "MiraiBot for Minecraft server",
url = "https://github.com/DreamVoid/MiraiMC",
authors = {"DreamVoid"}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ MiraiMC 是一个服务端插件,因此你只需按照安装插件的方式安
<dependency>
<groupId>io.github.dreamvoid</groupId>
<artifactId>MiraiMC-Integration</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
<scope>provided</scope>
</dependency>
```

#### Gradle
```
implementation 'io.github.dreamvoid:MiraiMC-Integration:1.8.2'
implementation 'io.github.dreamvoid:MiraiMC-Integration:1.8.3'
```

## 指令和权限
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.2</version> <!-- 提醒:记得去Sponge和Velocity手动修改 -->
<version>1.8.3</version> <!-- 提醒:记得去Sponge和Velocity手动修改 -->
<modules>
<module>MiraiMC-Base</module>
<module>MiraiMC-Bukkit</module>
Expand Down

0 comments on commit 2abeb5b

Please sign in to comment.