We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc447c commit aa910d1Copy full SHA for aa910d1
2 files changed
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = "KonnyakuCamp"
9
-version = "0.4.0"
+version = "0.4.2"
10
11
repositories {
12
mavenLocal()
src/main/kotlin/stageguard/sctimetable/PluginMain.kt
@@ -25,7 +25,7 @@ import stageguard.sctimetable.service.*
25
object PluginMain : KotlinPlugin(
26
JvmPluginDescription(
27
id = "stageguard.sctimetable",
28
- version = "0.4.0",
+ version = "0.4.2",
29
name = "SuperCourseTimetable"
30
)
31
) {
0 commit comments