Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkerWen committed Jun 1, 2022
1 parent ad5c915 commit 3c995a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "org.wzry.heropower"
version = "1.0.0"
version = "2.0.2"

repositories {
maven("https://maven.aliyun.com/repository/public")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/wzry/heropower/HeroPower.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public final class HeroPower extends JavaPlugin {
private GlobalListener globalListener = GlobalListener.INSTANCE;

private HeroPower() {
super(new JvmPluginDescriptionBuilder("org.wzry.heropower.plugin", "1.0.0")
super(new JvmPluginDescriptionBuilder("org.wzry.heropower.plugin", "2.0.2")
.name("王者战力查询")
.info("联系作者VX:Rem_wife\n关注公众号:夜寒信息")
.author("暮至夜寒")
Expand Down

0 comments on commit 3c995a0

Please sign in to comment.