We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054c891 commit de5c24eCopy full SHA for de5c24e
build.gradle.kts
@@ -2,11 +2,11 @@
2
plugins {
3
kotlin("jvm") version "1.4.20"
4
kotlin("plugin.serialization") version "1.4.20"
5
- id("net.mamoe.mirai-console") version "2.0.0"
+ id("net.mamoe.mirai-console") version "2.4.0"
6
}
7
8
group = "KonnyakuCamp"
9
-version = "0.3.5"
+version = "0.4.0"
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.3.5",
+ version = "0.4.0",
29
name = "SuperCourseTimetable"
30
)
31
) {
0 commit comments