Skip to content

Commit

Permalink
build: 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Dec 12, 2021
1 parent 947f6af commit c1253a5
Show file tree
Hide file tree
Showing 3 changed files with 2 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"
version = "1.3.5"
version = "1.3.6"

mavenCentralPublish {
useCentralS01()
Expand Down
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ object Versions {
const val mirai = "2.9.0-M1"
// kotlin
const val kotlin = "1.5.31"
const val ktor = "1.5.4"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import xyz.cssxsh.arknights.*
import xyz.cssxsh.mirai.plugin.command.*

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

0 comments on commit c1253a5

Please sign in to comment.