Skip to content

Commit 9c61ee7

Browse files
committed
MiraiNative: release 1.9.5
1 parent ce56294 commit 9c61ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "org.itxtech"
11-
version = "1.9.4"
11+
version = "1.9.5"
1212
description = "强大的 mirai 原生插件加载器。"
1313
val vcs = "https://github.com/iTXTech/mirai-native"
1414

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

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

4848
object MiraiNative : KotlinPlugin(
49-
JvmPluginDescriptionBuilder("MiraiNative", "1.9.3")
49+
JvmPluginDescriptionBuilder("MiraiNative", "1.9.5")
5050
.id("org.itxtech.mirainative")
5151
.author("iTX Technologies")
5252
.info("强大的 mirai 原生插件加载器。")

0 commit comments

Comments
 (0)