Update version to v1.11.0

This commit is contained in:
2026-04-26 11:11:17 +08:00
parent 417b5f631f
commit 3ed54dae0e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ plugins {
}
group = "top.jie65535.mirai"
version = "1.10.0"
version = "1.11.0"
mirai {
jvmTarget = JavaVersion.VERSION_11

View File

@@ -52,7 +52,7 @@ object JChatGPT : KotlinPlugin(
JvmPluginDescription(
id = "top.jie65535.mirai.JChatGPT",
name = "J ChatGPT",
version = "1.10.0",
version = "1.11.0",
) {
author("jie65535")
// dependsOn("xyz.cssxsh.mirai.plugin.mirai-hibernate-plugin", true)