Skip to content

Commit

Permalink
build: 1.10.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed May 24, 2022
1 parent 317e4fb commit 96de311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.mirai.plugin"
version = "1.10.0-M2"
version = "1.10.0-M3"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@ hibernate.connection.show_sql=false
hibernate.autoReconnect=true
```

关于表的自动创建可以查看 [model](helper/src/main/resources/xyz/cssxsh/mirai/plugin/model)
关于表的自动创建可以查看 [model](/src/main/resources/xyz/cssxsh/mirai/pixiv/model)
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import xyz.cssxsh.mirai.pixiv.command.*
import xyz.cssxsh.mirai.pixiv.data.*

object PixivHelperPlugin : KotlinPlugin(
JvmPluginDescription(id = "xyz.cssxsh.mirai.plugin.pixiv-helper", version = "1.10.0-M2") {
JvmPluginDescription(id = "xyz.cssxsh.mirai.plugin.pixiv-helper", version = "1.10.0-M3") {
name("pixiv-helper")
author("cssxsh")

Expand Down

0 comments on commit 96de311

Please sign in to comment.