Update version to v0.4.0

This commit is contained in:
2022-10-03 23:44:09 +08:00
parent 41934a9aa8
commit c668ba7bcf
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ plugins {
}
group = "top.jie65535.mirai"
version = "0.3.0"
version = "0.4.0"
repositories {
maven("https://maven.aliyun.com/repository/public")

View File

@ -40,7 +40,7 @@ object JGrasscutterCommand : KotlinPlugin(
JvmPluginDescription(
id = "top.jie65535.mirai.grasscutter-command",
name = "J Grasscutter Command",
version = "0.3.0",
version = "0.4.0",
) {
author("jie65535")
info("""聊天执行GC命令""")
@ -211,7 +211,7 @@ object JGrasscutterCommand : KotlinPlugin(
}
}
logger.info("Plugin loaded")
logger.info("Plugin loaded. Github: https://github.com/jie65535/JGrasscutterCommand")
}
/**