diff --git a/MiraiMC-Base/pom.xml b/MiraiMC-Base/pom.xml index 2c60c622..33e0c477 100644 --- a/MiraiMC-Base/pom.xml +++ b/MiraiMC-Base/pom.xml @@ -5,7 +5,7 @@ MiraiMC io.github.dreamvoid - 1.8-rc1 + 1.8-rc2 4.0.0 diff --git a/MiraiMC-Bukkit/pom.xml b/MiraiMC-Bukkit/pom.xml index 1c992747..79ce2844 100644 --- a/MiraiMC-Bukkit/pom.xml +++ b/MiraiMC-Bukkit/pom.xml @@ -5,7 +5,7 @@ MiraiMC io.github.dreamvoid - 1.8-rc1 + 1.8-rc2 4.0.0 diff --git a/MiraiMC-Bungee/pom.xml b/MiraiMC-Bungee/pom.xml index 3a0fb9be..b421d95b 100644 --- a/MiraiMC-Bungee/pom.xml +++ b/MiraiMC-Bungee/pom.xml @@ -5,7 +5,7 @@ MiraiMC io.github.dreamvoid - 1.8-rc1 + 1.8-rc2 4.0.0 diff --git a/MiraiMC-Integration/pom.xml b/MiraiMC-Integration/pom.xml index 9d0e013d..ac53e2dc 100644 --- a/MiraiMC-Integration/pom.xml +++ b/MiraiMC-Integration/pom.xml @@ -5,7 +5,7 @@ MiraiMC io.github.dreamvoid - 1.8-rc1 + 1.8-rc2 4.0.0 diff --git a/MiraiMC-Nukkit/pom.xml b/MiraiMC-Nukkit/pom.xml index 61197c91..1c549645 100644 --- a/MiraiMC-Nukkit/pom.xml +++ b/MiraiMC-Nukkit/pom.xml @@ -5,7 +5,7 @@ MiraiMC io.github.dreamvoid - 1.8-rc1 + 1.8-rc2 4.0.0 diff --git a/MiraiMC-Sponge/pom.xml b/MiraiMC-Sponge/pom.xml index 607e0ab0..8c82e354 100644 --- a/MiraiMC-Sponge/pom.xml +++ b/MiraiMC-Sponge/pom.xml @@ -5,7 +5,7 @@ MiraiMC io.github.dreamvoid - 1.8-rc1 + 1.8-rc2 4.0.0 diff --git a/MiraiMC-Sponge/src/main/java/me/dreamvoid/miraimc/sponge/SpongePlugin.java b/MiraiMC-Sponge/src/main/java/me/dreamvoid/miraimc/sponge/SpongePlugin.java index 9262d9b7..31aec74d 100644 --- a/MiraiMC-Sponge/src/main/java/me/dreamvoid/miraimc/sponge/SpongePlugin.java +++ b/MiraiMC-Sponge/src/main/java/me/dreamvoid/miraimc/sponge/SpongePlugin.java @@ -35,7 +35,7 @@ @Plugin(id = "miraimc", name = "MiraiMC", description = "MiraiBot for Minecraft server", - version = "1.8-rc1", + version = "1.8-rc2", url = "https://github.com/DreamVoid/MiraiMC", authors = {"DreamVoid"} ) diff --git a/MiraiMC-Velocity/pom.xml b/MiraiMC-Velocity/pom.xml index ce4cfa49..42080290 100644 --- a/MiraiMC-Velocity/pom.xml +++ b/MiraiMC-Velocity/pom.xml @@ -5,7 +5,7 @@ MiraiMC io.github.dreamvoid - 1.8-rc1 + 1.8-rc2 4.0.0 diff --git a/MiraiMC-Velocity/src/main/java/me/dreamvoid/miraimc/velocity/VelocityPlugin.java b/MiraiMC-Velocity/src/main/java/me/dreamvoid/miraimc/velocity/VelocityPlugin.java index ab6f718d..ff48d1c8 100644 --- a/MiraiMC-Velocity/src/main/java/me/dreamvoid/miraimc/velocity/VelocityPlugin.java +++ b/MiraiMC-Velocity/src/main/java/me/dreamvoid/miraimc/velocity/VelocityPlugin.java @@ -31,7 +31,7 @@ @Plugin( id = "miraimc", name = "MiraiMC", - version = "1.8-rc1", + version = "1.8-rc2", description = "MiraiBot for Minecraft server", url = "https://github.com/DreamVoid/MiraiMC", authors = {"DreamVoid"} diff --git a/README.md b/README.md index f2c16df7..37adc709 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,13 @@ MiraiMC 是一个基于 [Mirai](https://github.com/mamoe/mirai) 的 Minecraft io.github.dreamvoid MiraiMC-Integration - 1.8-rc1 + 1.8-rc2 provided ``` * Gradle ``` - implementation 'io.github.dreamvoid:MiraiMC-Integration:1.8-rc1' + implementation 'io.github.dreamvoid:MiraiMC-Integration:1.8-rc2' ``` 2. 参照 [Javadoc](https://jd.miraimc.dreamvoid.me) 或 [MiraiMC 开发模板](https://github.com/MiraiMC/MiraiMC-Template)编写相关的代码 3. 发布你的插件 diff --git a/pom.xml b/pom.xml index fb39c202..3a5d0e7a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.dreamvoid MiraiMC pom - 1.8-rc1 + 1.8-rc2 MiraiMC-Base MiraiMC-Bukkit