Skip to content

Commit

Permalink
build: 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 5, 2022
1 parent b5b5a9b commit fdf63b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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.5.4"
version = "1.5.5"

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

object WeiboHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.weibo-helper", "1.5.4") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.weibo-helper", "1.5.5") {
name("weibo-helper")
author("cssxsh")
}
Expand Down
2 changes: 0 additions & 2 deletions src/main/kotlin/xyz/cssxsh/weibo/data/Serializer.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


package xyz.cssxsh.weibo.data

import kotlinx.serialization.*
Expand Down

0 comments on commit fdf63b9

Please sign in to comment.