We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eecbd commit 629775fCopy full SHA for 629775f
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "com.github.samarium150"
10
-version = "1.4.1"
+version = "1.4.2"
11
12
repositories {
13
mavenLocal()
src/main/kotlin/Main.kt
@@ -26,7 +26,7 @@ import net.mamoe.mirai.utils.info
26
object Main: KotlinPlugin(
27
JvmPluginDescription(
28
id = "com.github.samarium150.mirai-console-lolicon",
29
- version = "1.4.1",
+ version = "1.4.2",
30
name = "mirai-console-lolicon"
31
)
32
) {
0 commit comments