We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c26f2 commit 49333dfCopy full SHA for 49333df
2 files changed
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-RC"
+ id("net.mamoe.mirai-console") version "2.0.0"
6
}
7
8
group = "KonnyakuCamp"
9
-version = "0.3.1"
+version = "0.3.2"
10
11
repositories {
12
mavenLocal()
src/main/kotlin/stageguard/sctimetable/PluginMain.kt
@@ -24,7 +24,7 @@ import stageguard.sctimetable.service.*
24
object PluginMain : KotlinPlugin(
25
JvmPluginDescription(
26
id = "stageguard.sctimetable",
27
- version = "0.3.1",
+ version = "0.3.2",
28
name = "SuperCourseTimetable"
29
)
30
) {
0 commit comments