Skip to content

Commit

Permalink
build: 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Oct 18, 2022
1 parent a9ad3c0 commit 7ae9d48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
/test/

# temp
/temp/
/temp/

debug-sandbox
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.5.7"
version = "1.5.8"

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

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

0 comments on commit 7ae9d48

Please sign in to comment.