Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard committed Sep 6, 2021
1 parent 0c1d050 commit e8c9d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "KonnyakuCamp"
version = "0.4.3"
version = "0.4.4"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/stageguard/sctimetable/PluginMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import stageguard.sctimetable.service.*
object PluginMain : KotlinPlugin(
JvmPluginDescription(
id = "stageguard.sctimetable",
version = "0.4.3",
version = "0.4.4",
name = "SuperCourseTimetable"
)
) {
Expand Down

0 comments on commit e8c9d4c

Please sign in to comment.