Skip to content

Commit

Permalink
build: 1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Mar 7, 2022
1 parent 8cfd6ec commit d9771b5
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.3.11"
version = "1.3.12"

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

object ArknightsHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "1.3.11") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "1.3.12") {
name("arknights-helper")
author("cssxsh")
}
Expand Down

0 comments on commit d9771b5

Please sign in to comment.