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 ce56294 commit 9c61ee7Copy full SHA for 9c61ee7
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "org.itxtech"
11
-version = "1.9.4"
+version = "1.9.5"
12
description = "强大的 mirai 原生插件加载器。"
13
val vcs = "https://github.com/iTXTech/mirai-native"
14
src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt
@@ -46,7 +46,7 @@ import java.security.MessageDigest
46
import java.util.jar.Manifest
47
48
object MiraiNative : KotlinPlugin(
49
- JvmPluginDescriptionBuilder("MiraiNative", "1.9.3")
+ JvmPluginDescriptionBuilder("MiraiNative", "1.9.5")
50
.id("org.itxtech.mirainative")
51
.author("iTX Technologies")
52
.info("强大的 mirai 原生插件加载器。")
0 commit comments