Skip to content

Commit

Permalink
build: 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed May 2, 2023
1 parent 72612b2 commit 19c167c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 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 = "2.1.3"
version = "2.1.4"

mavenCentralPublish {
useCentralS01()
Expand Down
7 changes: 0 additions & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
pluginManagement {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "arknights-helper"
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import xyz.cssxsh.arknights.*
import kotlin.collections.*

public object ArknightsHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.1.3") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.1.4") {
name("arknights-helper")
author("cssxsh")

Expand Down

0 comments on commit 19c167c

Please sign in to comment.