Skip to content

Commit aa910d1

Browse files
committed
0.4.2, close #6
1 parent acc447c commit aa910d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "KonnyakuCamp"
9-
version = "0.4.0"
9+
version = "0.4.2"
1010

1111
repositories {
1212
mavenLocal()

src/main/kotlin/stageguard/sctimetable/PluginMain.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import stageguard.sctimetable.service.*
2525
object PluginMain : KotlinPlugin(
2626
JvmPluginDescription(
2727
id = "stageguard.sctimetable",
28-
version = "0.4.0",
28+
version = "0.4.2",
2929
name = "SuperCourseTimetable"
3030
)
3131
) {

0 commit comments

Comments
 (0)