Skip to content

Commit 7ded324

Browse files
committed
MiraiNative: release 1.9.2
1 parent 7836ba0 commit 7ded324

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.itxtech"
7-
version = "1.9.1"
7+
version = "1.9.2"
88

99
kotlin {
1010
sourceSets {

src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ import java.security.MessageDigest
4646
import java.util.jar.Manifest
4747

4848
object MiraiNative : KotlinPlugin(
49-
JvmPluginDescriptionBuilder("MiraiNative", "1.9.1")
49+
JvmPluginDescriptionBuilder("MiraiNative", "1.9.2")
50+
.id("org.itxtech.mirainative")
5051
.author("iTX Technologies")
5152
.info("强大的 mirai 原生插件加载器。")
5253
.build()

0 commit comments

Comments
 (0)