Skip to content

Commit

Permalink
Release 1.6-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamVoid committed Jan 27, 2022
1 parent b742643 commit 356c755
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.6-pre1</version>
<version>1.6-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Bukkit-PlaceholderAPI/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.6-pre1</version>
<version>1.6-pre2</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.6-pre1</version>
<version>1.6-pre2</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.6-pre1</version>
<version>1.6-pre2</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.6-pre1</version>
<version>1.6-pre2</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.6-pre1</version>
<version>1.6-pre2</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.6-pre1</version>
<version>1.6-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.io.File;
import java.sql.SQLException;

@Plugin(id = "miraimc", name = "MiraiMC", description = "MiraiBot for Minecraft server",version = "1.6-pre1", url = "https://github.com/DreamVoid/MiraiMC", authors = {"DreamVoid"})
@Plugin(id = "miraimc", name = "MiraiMC", description = "MiraiBot for Minecraft server",version = "1.6-pre2", url = "https://github.com/DreamVoid/MiraiMC", authors = {"DreamVoid"})
public class SpongePlugin {
@Inject
private Logger logger;
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.6-pre1</version>
<version>1.6-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@Plugin(
id = "miraimc",
name = "MiraiMC",
version = "1.6-pre1",
version = "1.6-pre2",
description = "MiraiBot for Minecraft server",
url = "https://github.com/DreamVoid/MiraiMC",
authors = {"DreamVoid"}
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.6-pre1</version> <!-- 提醒:记得去Sponge手动修改 -->
<version>1.6-pre2</version> <!-- 提醒:记得去Sponge和Velocity手动修改 -->
<modules>
<module>MiraiMC-Base</module>
<module>MiraiMC-Bukkit</module>
Expand Down

0 comments on commit 356c755

Please sign in to comment.