Skip to content

Commit

Permalink
Publish 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael1015198808 committed Aug 30, 2021
1 parent b72afad commit f7a8544
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 = "org.example"
version = "0.4.2"
version = "0.5.0"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/PluginMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ object PluginMain : KotlinPlugin(
JvmPluginDescription(
id = "mirai.landlord",
name = "mirai斗地主插件",
version = "0.4.2"
version = "0.5.0"
) {
author("鄢振宇https://github.com/michael1015198808")
info("mirai的斗地主插件")
Expand Down

0 comments on commit f7a8544

Please sign in to comment.