更新版本至v1.1.0

This commit is contained in:
2022-04-17 09:24:39 +08:00
parent 2664f07cc1
commit 3c4e73efbd
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
} }
group = "top.jie65535" group = "top.jie65535"
version = "1.0.0" version = "1.1.0"
repositories { repositories {
mavenLocal() mavenLocal()

View File

@ -16,7 +16,7 @@ object JNudgeReply : KotlinPlugin(
JvmPluginDescription( JvmPluginDescription(
id = "me.jie65535.mirai-console-jnr-plugin", id = "me.jie65535.mirai-console-jnr-plugin",
name = "J Nudge Reply", name = "J Nudge Reply",
version = "1.0.0", version = "1.1.0",
) { ) {
author("jie65535") author("jie65535")
info("""自定义戳一戳回复插件""") info("""自定义戳一戳回复插件""")