mirror of
https://github.com/jie65535/JGrasscutterCommand.git
synced 2025-06-01 17:29:13 +08:00
Update version to v0.4.0
This commit is contained in:
parent
41934a9aa8
commit
c668ba7bcf
@ -7,7 +7,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "top.jie65535.mirai"
|
group = "top.jie65535.mirai"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven("https://maven.aliyun.com/repository/public")
|
maven("https://maven.aliyun.com/repository/public")
|
||||||
|
@ -40,7 +40,7 @@ object JGrasscutterCommand : KotlinPlugin(
|
|||||||
JvmPluginDescription(
|
JvmPluginDescription(
|
||||||
id = "top.jie65535.mirai.grasscutter-command",
|
id = "top.jie65535.mirai.grasscutter-command",
|
||||||
name = "J Grasscutter Command",
|
name = "J Grasscutter Command",
|
||||||
version = "0.3.0",
|
version = "0.4.0",
|
||||||
) {
|
) {
|
||||||
author("jie65535")
|
author("jie65535")
|
||||||
info("""聊天执行GC命令""")
|
info("""聊天执行GC命令""")
|
||||||
@ -211,7 +211,7 @@ object JGrasscutterCommand : KotlinPlugin(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("Plugin loaded")
|
logger.info("Plugin loaded. Github: https://github.com/jie65535/JGrasscutterCommand")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user