Skip to content

Commit a21f1ea

Browse files
committed
build: 1.3.1
1 parent 570047e commit a21f1ea

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ plugins {
22
kotlin("jvm") version "1.7.22"
33
kotlin("plugin.serialization") version "1.7.22"
44

5-
id("net.mamoe.mirai-console") version "2.14.0-RC"
5+
id("net.mamoe.mirai-console") version "2.14.0"
66
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
77
}
88

99
group = "io.github.gnuf0rce"
10-
version = "1.3.0"
10+
version = "1.3.1"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
@@ -26,12 +26,12 @@ repositories {
2626
}
2727

2828
dependencies {
29-
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.4")
30-
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.3.0")
29+
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.3.0")
30+
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.3.3")
3131
testImplementation(kotlin("test"))
32-
testImplementation("xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.4")
32+
testImplementation("xyz.cssxsh.mirai:mirai-selenium-plugin:2.3.0")
3333
//
34-
implementation(platform("net.mamoe:mirai-bom:2.14.0-RC"))
34+
implementation(platform("net.mamoe:mirai-bom:2.14.0"))
3535
compileOnly("net.mamoe:mirai-console-compiler-common")
3636
testImplementation("net.mamoe:mirai-core-mock")
3737
testImplementation("net.mamoe:mirai-logging-slf4j")

src/main/kotlin/io/github/gnuf0rce/mirai/github/GitHubHelperPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public object GitHubHelperPlugin : KotlinPlugin(
2929
JvmPluginDescription(
3030
id = "io.github.gnuf0rce.github-helper",
3131
name = "github-helper",
32-
version = "1.3.0",
32+
version = "1.3.1",
3333
) {
3434
author("cssxsh")
3535

0 commit comments

Comments
 (0)