File tree 3 files changed +12
-5
lines changed
src/main/kotlin/xyz/cssxsh/mirai/arknights
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.2.0 (23/07/13)
2
+
3
+ 1 . update: dependencies mirai 2.15.0
4
+ 2 . fix: handle exception
5
+ 3 . update: data structure
6
+
1
7
## v2.1.7 (23/06/10)
2
8
3
9
1 . update: data structure
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ plugins {
2
2
kotlin(" jvm" ) version " 1.8.10"
3
3
kotlin(" plugin.serialization" ) version " 1.8.10"
4
4
5
- id(" net.mamoe.mirai-console" ) version " 2.15.0-RC "
5
+ id(" net.mamoe.mirai-console" ) version " 2.15.0"
6
6
id(" me.him188.maven-central-publish" ) version " 1.0.0-dev-3"
7
7
}
8
8
9
9
group = " xyz.cssxsh"
10
- version = " 2.1.7 "
10
+ version = " 2.2.0 "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
@@ -31,7 +31,7 @@ dependencies {
31
31
compileOnly(" xyz.cssxsh:meme-helper:1.2.0" )
32
32
testImplementation(kotlin(" test" ))
33
33
//
34
- implementation(platform(" net.mamoe:mirai-bom:2.15.0-RC " ))
34
+ implementation(platform(" net.mamoe:mirai-bom:2.15.0" ))
35
35
compileOnly(" net.mamoe:mirai-console-compiler-common" )
36
36
//
37
37
implementation(platform(" io.ktor:ktor-bom:2.2.4" ))
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ import net.mamoe.mirai.event.*
10
10
import xyz.cssxsh.arknights.*
11
11
import kotlin.collections.*
12
12
13
- public object ArknightsHelperPlugin : KotlinPlugin(
14
- JvmPluginDescription ("xyz.cssxsh.mirai.plugin.arknights-helper", "2.1.7") {
13
+ @PublishedApi
14
+ internal object ArknightsHelperPlugin : KotlinPlugin(
15
+ JvmPluginDescription ("xyz.cssxsh.mirai.plugin.arknights-helper", "2.2.0") {
15
16
name("arknights-helper")
16
17
author("cssxsh")
17
18
You can’t perform that action at this time.
0 commit comments