Skip to content

Commit c373e30

Browse files
authored
build: merge #17
build: update mirai-console version to 2.0.0
2 parents fda0cab + 1253d35 commit c373e30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
在群内随机发送图片(30s自动撤回+60s冷却),支持关键词检索
99
<br>
1010
适配[mirai-console](https://github.com/mamoe/mirai-console)
11-
[![Version](https://img.shields.io/badge/version-2.0--RC-blue)](https://github.com/mamoe/mirai-console/releases/tag/2.0-RC)
11+
[![Version](https://img.shields.io/badge/version-2.0.0-blue)](https://github.com/mamoe/mirai-console/releases/tag/2.0.0)
1212
<br>
1313
可以在 [Lolicon API](https://api.lolicon.app/#/setu) 申请apikey来增加调用额度
1414
## Configuration and Plugin Data

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ plugins {
33
kotlin("jvm") version kotlinVersion
44
kotlin("plugin.serialization") version kotlinVersion
55

6-
id("net.mamoe.mirai-console") version "2.0-RC"
6+
id("net.mamoe.mirai-console") version "2.0.0"
77
}
88

99
group = "com.github.samarium150"
10-
version = "1.5.1"
10+
version = "1.5.2"
1111

1212
repositories {
1313
mavenLocal()

src/main/kotlin/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import net.mamoe.mirai.utils.info
4444
object Main: KotlinPlugin(
4545
JvmPluginDescription(
4646
id = "com.github.samarium150.mirai-console-lolicon",
47-
version = "1.5.1",
47+
version = "1.5.2",
4848
name = "mirai-console-lolicon"
4949
)
5050
) {

0 commit comments

Comments
 (0)