Skip to content

Commit

Permalink
0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard committed Feb 23, 2021
1 parent 054c891 commit de5c24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
plugins {
kotlin("jvm") version "1.4.20"
kotlin("plugin.serialization") version "1.4.20"
id("net.mamoe.mirai-console") version "2.0.0"
id("net.mamoe.mirai-console") version "2.4.0"
}

group = "KonnyakuCamp"
version = "0.3.5"
version = "0.4.0"

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 @@ -25,7 +25,7 @@ import stageguard.sctimetable.service.*
object PluginMain : KotlinPlugin(
JvmPluginDescription(
id = "stageguard.sctimetable",
version = "0.3.5",
version = "0.4.0",
name = "SuperCourseTimetable"
)
) {
Expand Down

0 comments on commit de5c24e

Please sign in to comment.