Skip to content

Commit fd008e3

Browse files
committed
MiraiNative: release 1.9.1
1 parent df38050 commit fd008e3

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
@@ -4,7 +4,7 @@ plugins {
44
}
55

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

99
kotlin {
1010
sourceSets {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import java.util.jar.Manifest
4444
object MiraiNative : KotlinPlugin(
4545
SimpleJvmPluginDescription(
4646
name = "MiraiNative",
47-
version = "1.9.0",
47+
version = "1.9.1",
4848
author = "iTX Technologies",
4949
info = "强大的 mirai 原生插件加载器。"
5050
)

0 commit comments

Comments
 (0)