Skip to content

Commit

Permalink
build: 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed May 26, 2023
1 parent b9d9b20 commit f9c14cc
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.7.1"
version = "1.7.2"

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

object BiliHelperPlugin : KotlinPlugin(
JvmPluginDescription(id = "xyz.cssxsh.mirai.plugin.bilibili-helper", version = "1.7.1") {
JvmPluginDescription(id = "xyz.cssxsh.mirai.plugin.bilibili-helper", version = "1.7.2") {
name("bilibili-helper")
author("cssxsh")

Expand Down

0 comments on commit f9c14cc

Please sign in to comment.