Skip to content

Commit 590d125

Browse files
committed
build: 1.3.0
1 parent 367c5ae commit 590d125

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## MCL安装
1818

19-
`./mcl --update-package xyz.cssxsh.mirai:mirai-device-generator --channel stable --type plugin`
19+
`./mcl --update-package xyz.cssxsh.mirai:mirai-device-generator --channel maven-stable --type plugin`
2020

2121
## board编号参考
2222

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.cssxsh.mirai"
10-
version = "1.2.0"
10+
version = "1.3.0"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
@@ -21,8 +21,8 @@ mavenCentralPublish {
2121
}
2222

2323
repositories {
24-
mavenLocal()
2524
mavenCentral()
25+
maven("https://repo.mirai.mamoe.net/snapshots")
2626
}
2727

2828
dependencies {

src/main/kotlin/xyz/cssxsh/mirai/device/MiraiDevicePlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal object MiraiDevicePlugin : KotlinPlugin(
1111
JvmPluginDescription(
1212
id = "xyz.cssxsh.mirai.mirai-device-generator",
1313
name = "mirai-device-generator",
14-
version = "1.2.0",
14+
version = "1.3.0",
1515
) {
1616
author("cssxsh")
1717
}

0 commit comments

Comments
 (0)