Skip to content

Commit

Permalink
build: 1.5.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed May 23, 2022
1 parent 18f6169 commit 85bf7d3
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.5.0-M1"
version = "1.5.0-RC"

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

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

Expand Down

0 comments on commit 85bf7d3

Please sign in to comment.