Skip to content

Commit

Permalink
build: 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Sep 23, 2021
1 parent 2021cd5 commit 9974724
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.1.7"
version = "1.1.8"

repositories {
mavenLocal()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import xyz.cssxsh.mirai.plugin.data.*
import xyz.cssxsh.mirai.plugin.tools.*

object BiliHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.bilibili-helper", "1.1.7") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.bilibili-helper", "1.1.8") {
name("bilibili-helper")
author("cssxsh")
}
Expand Down

0 comments on commit 9974724

Please sign in to comment.