Skip to content

Commit

Permalink
MiraiNative: release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Sep 28, 2020
1 parent 5f5c936 commit 5356e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "org.itxtech"
version = "1.9.2"
version = "1.9.3"
description = "强大的 mirai 原生插件加载器。"
val vcs = "https://github.com/iTXTech/mirai-native"

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/itxtech/mirainative/MiraiNative.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import java.security.MessageDigest
import java.util.jar.Manifest

object MiraiNative : KotlinPlugin(
JvmPluginDescriptionBuilder("MiraiNative", "1.9.2")
JvmPluginDescriptionBuilder("MiraiNative", "1.9.3")
.id("org.itxtech.mirainative")
.author("iTX Technologies")
.info("强大的 mirai 原生插件加载器。")
Expand Down

0 comments on commit 5356e38

Please sign in to comment.