Skip to content

Commit 19c167c

Browse files
committed
build: 2.1.4
1 parent 72612b2 commit 19c167c

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.cssxsh"
10-
version = "2.1.3"
10+
version = "2.1.4"
1111

1212
mavenCentralPublish {
1313
useCentralS01()

settings.gradle.kts

-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
pluginManagement {
2-
repositories {
3-
mavenLocal()
4-
mavenCentral()
5-
gradlePluginPortal()
6-
}
7-
}
81
rootProject.name = "arknights-helper"

src/main/kotlin/xyz/cssxsh/mirai/arknights/ArknightsHelperPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import xyz.cssxsh.arknights.*
1212
import kotlin.collections.*
1313

1414
public object ArknightsHelperPlugin : KotlinPlugin(
15-
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.1.3") {
15+
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.1.4") {
1616
name("arknights-helper")
1717
author("cssxsh")
1818

0 commit comments

Comments
 (0)