We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680002b commit dda1ab2Copy full SHA for dda1ab2
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = "KonnyakuCamp"
9
-version = "0.4.6"
+version = "0.4.7"
10
11
repositories {
12
mavenLocal()
src/main/kotlin/me/stageguard/sctimetable/PluginMain.kt
@@ -24,7 +24,7 @@ import me.stageguard.sctimetable.service.*
24
object PluginMain : KotlinPlugin(
25
JvmPluginDescription(
26
id = "me.stageguard.sctimetable",
27
- version = "0.4.6",
+ version = "0.4.7",
28
name = "SuperCourseTimetable"
29
)
30
) {
0 commit comments