Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
准备v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nambers committed Mar 29, 2021
1 parent dcf713a commit e508e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "tech.Eritque_arcus"
version = "1.0.0"
version = "1.1.0"

repositories {
maven{ url =uri("https://maven.aliyun.com/nexus/content/groups/public/")}
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/PluginMain.kt
Expand Up @@ -22,7 +22,7 @@ object PluginMain : KotlinPlugin(
JvmPluginDescription(
id = "tech.Eritquearcus.TuLingBot",
name = "TuLingBot",
version = "1.0.0"
version = "1.1.0"
)
) {
private var apikey = ""
Expand Down

0 comments on commit e508e57

Please sign in to comment.