Skip to content

Commit

Permalink
build: merge #17
Browse files Browse the repository at this point in the history
build: update mirai-console version to 2.0.0
  • Loading branch information
Samarium150 authored Jan 15, 2021
2 parents fda0cab + 1253d35 commit c373e30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
在群内随机发送图片(30s自动撤回+60s冷却),支持关键词检索
<br>
适配[mirai-console](https://github.com/mamoe/mirai-console)
[![Version](https://img.shields.io/badge/version-2.0--RC-blue)](https://github.com/mamoe/mirai-console/releases/tag/2.0-RC)
[![Version](https://img.shields.io/badge/version-2.0.0-blue)](https://github.com/mamoe/mirai-console/releases/tag/2.0.0)
<br>
可以在 [Lolicon API](https://api.lolicon.app/#/setu) 申请apikey来增加调用额度
## Configuration and Plugin Data
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion

id("net.mamoe.mirai-console") version "2.0-RC"
id("net.mamoe.mirai-console") version "2.0.0"
}

group = "com.github.samarium150"
version = "1.5.1"
version = "1.5.2"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import net.mamoe.mirai.utils.info
object Main: KotlinPlugin(
JvmPluginDescription(
id = "com.github.samarium150.mirai-console-lolicon",
version = "1.5.1",
version = "1.5.2",
name = "mirai-console-lolicon"
)
) {
Expand Down

0 comments on commit c373e30

Please sign in to comment.