Update version to v0.2.0

This commit is contained in:
2022-09-11 23:58:24 +08:00
parent 4662731543
commit 08231d4c27
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
}
group = "top.jie65535.mirai"
version = "0.1.0"
version = "0.2.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.1.0",
version = "0.2.0",
) {
author("jie65535")
info("""聊天执行GC命令""")