Skip to content

Commit

Permalink
build: 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 12, 2023
1 parent 26998c6 commit 47188d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.2.0 (23/07/13)

1. update: dependencies mirai 2.15.0
2. fix: handle exception
3. update: data structure

## v2.1.7 (23/06/10)

1. update: data structure
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ plugins {
kotlin("jvm") version "1.8.10"
kotlin("plugin.serialization") version "1.8.10"

id("net.mamoe.mirai-console") version "2.15.0-RC"
id("net.mamoe.mirai-console") version "2.15.0"
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
}

group = "xyz.cssxsh"
version = "2.1.7"
version = "2.2.0"

mavenCentralPublish {
useCentralS01()
Expand All @@ -31,7 +31,7 @@ dependencies {
compileOnly("xyz.cssxsh:meme-helper:1.2.0")
testImplementation(kotlin("test"))
//
implementation(platform("net.mamoe:mirai-bom:2.15.0-RC"))
implementation(platform("net.mamoe:mirai-bom:2.15.0"))
compileOnly("net.mamoe:mirai-console-compiler-common")
//
implementation(platform("io.ktor:ktor-bom:2.2.4"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import net.mamoe.mirai.event.*
import xyz.cssxsh.arknights.*
import kotlin.collections.*

public object ArknightsHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.1.7") {
@PublishedApi
internal object ArknightsHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.2.0") {
name("arknights-helper")
author("cssxsh")

Expand Down

0 comments on commit 47188d5

Please sign in to comment.