Skip to content

Commit 62eded9

Browse files
author
StageGuard
committed
2.5.0
1 parent c24a75f commit 62eded9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
project.group = "me.stageguard"
13-
project.version = "2.4.0"
13+
project.version = "2.5.0"
1414

1515
repositories {
1616
maven("https://maven.aliyun.com/repository/public")

src/main/kotlin/me/stageguard/obms/OsuMapSuggester.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object OsuMapSuggester : KotlinPlugin(
3131
JvmPluginDescription(
3232
id = "me.stageguard.obms.OsuMapSuggester",
3333
name = "OsuMapSuggester",
34-
version = "2.4.0",
34+
version = "2.5.0",
3535
) { author("StageGuard") }
3636
) {
3737
val moduleLogger: Logger = if (PluginManager.plugins.any {

0 commit comments

Comments
 (0)