Skip to content

Commit

Permalink
fix FileLose
Browse files Browse the repository at this point in the history
  • Loading branch information
Orisland committed Sep 7, 2022
1 parent 4c8548d commit 61e0c51
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 @@ -6,7 +6,7 @@ plugins {
}

group = "top.orisland"
version = "0.23"
version = "0.2.4"

repositories {
// removeIf { it is MavenArtifactRepository && it.url.host == "dl.bintray.com" }
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/orisland/Plugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public final class Plugin extends JavaPlugin {
public static final Plugin INSTANCE = new Plugin();
private Plugin() {
// 引入日志插件前置
super(new JvmPluginDescriptionBuilder("top.orisland.wows", "0.23")
super(new JvmPluginDescriptionBuilder("top.orisland.wows", "0.2.4")
.name("Wows")
.author("Orisland")
.dependsOn("net.mamoe.mirai-slf4j-bridge", true)
Expand Down

0 comments on commit 61e0c51

Please sign in to comment.