File tree 2 files changed +4
-4
lines changed
src/main/kotlin/me/stageguard/obms
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = " me.stageguard"
9
- version = " 2.2 "
9
+ version = " 2.3.0 "
10
10
11
11
repositories {
12
12
maven(" https://maven.aliyun.com/repository/public" )
@@ -65,4 +65,4 @@ kotlin {
65
65
}
66
66
}
67
67
}
68
- }
68
+ }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ object OsuMapSuggester : KotlinPlugin(
31
31
JvmPluginDescription (
32
32
id = "me.stageguard.obms.OsuMapSuggester ",
33
33
name = "OsuMapSuggester ",
34
- version = "2.2 ",
34
+ version = "2.3.0 ",
35
35
) { author("StageGuard ") }
36
36
) {
37
37
val moduleLogger: Logger = if (PluginManager .plugins.any {
@@ -102,4 +102,4 @@ object OsuMapSuggester : KotlinPlugin(
102
102
NettyHttpServer .stop()
103
103
OsuWebApi .closeClient()
104
104
}
105
- }
105
+ }
You can’t perform that action at this time.
0 commit comments