Skip to content

Commit

Permalink
ver: 2.0.5->2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeoff0518 committed May 1, 2024
1 parent 289df57 commit 3c0c614
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "top.tbpdt"
version = "2.0.5"
version = "2.0.6"

repositories {
if (System.getenv("CI")?.toBoolean() != true) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/top/tbpdt/vanilla/PluginMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object PluginMain : KotlinPlugin(
JvmPluginDescription(
id = "top.tbpdt.vanilla",
name = "YZLbot-Vanilla",
version = "2.0.5",
version = "2.0.6",
) {

author("Takeoff0518")
Expand Down

0 comments on commit 3c0c614

Please sign in to comment.