From 51ab5a874297fc09e92692c423d2367768d67984 Mon Sep 17 00:00:00 2001 From: PeratX Date: Mon, 28 Dec 2020 22:16:31 +0800 Subject: [PATCH] MiraiNative: release 1.9.6 --- build.gradle.kts | 2 +- src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3653e70..5e1143f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "org.itxtech" -version = "1.9.5" +version = "1.9.6" description = "强大的 mirai 原生插件加载器。" val vcs = "https://github.com/iTXTech/mirai-native" diff --git a/src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt b/src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt index 93a528f..7ba0b33 100644 --- a/src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt +++ b/src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt @@ -46,7 +46,7 @@ import java.security.MessageDigest import java.util.jar.Manifest object MiraiNative : KotlinPlugin( - JvmPluginDescriptionBuilder("MiraiNative", "1.9.5") + JvmPluginDescriptionBuilder("MiraiNative", "1.9.6") .id("org.itxtech.mirainative") .author("iTX Technologies") .info("强大的 mirai 原生插件加载器。")