Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
upt
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoLittle committed Dec 29, 2021
1 parent b6cdbf0 commit 5163b23
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 @@ -7,7 +7,7 @@ plugins {
}

group = "org.laolittle.plugin.joinorquit"
version = "1.9.5"
version = "2.0.0"

repositories {
maven("https://maven.aliyun.com/repository/public")
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/AutoGroup.kt
Expand Up @@ -65,7 +65,7 @@ import java.util.*
object AutoGroup : KotlinPlugin(
JvmPluginDescription(
id = "org.laolittle.plugin.AutoGroup",
version = "1.9.5",
version = "2.0.0",
name = "AutoGroup"
) {
author("LaoLittle")
Expand Down

0 comments on commit 5163b23

Please sign in to comment.