Skip to content

Commit

Permalink
build: 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Dec 6, 2021
1 parent 572a3b5 commit 560fedf
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 = "xyz.cssxsh"
version = "1.4.3"
version = "1.4.4"

mavenCentralPublish {
useCentralS01()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import xyz.cssxsh.mirai.plugin.command.*
import xyz.cssxsh.mirai.plugin.data.*

object WeiboHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.weibo-helper", "1.4.3") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.weibo-helper", "1.4.4") {
name("weibo-helper")
author("cssxsh")
}
Expand Down

0 comments on commit 560fedf

Please sign in to comment.