Skip to content

Commit dda1ab2

Browse files
committed
0.4.7
1 parent 680002b commit dda1ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.6"
9+
version = "0.4.7"
1010

1111
repositories {
1212
mavenLocal()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import me.stageguard.sctimetable.service.*
2424
object PluginMain : KotlinPlugin(
2525
JvmPluginDescription(
2626
id = "me.stageguard.sctimetable",
27-
version = "0.4.6",
27+
version = "0.4.7",
2828
name = "SuperCourseTimetable"
2929
)
3030
) {

0 commit comments

Comments
 (0)