Skip to content

Commit

Permalink
build: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 25, 2023
1 parent 367c5ae commit 590d125
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 @@ -16,7 +16,7 @@

## MCL安装

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

## board编号参考

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "1.2.0"
version = "1.3.0"

mavenCentralPublish {
useCentralS01()
Expand All @@ -21,8 +21,8 @@ mavenCentralPublish {
}

repositories {
mavenLocal()
mavenCentral()
maven("https://repo.mirai.mamoe.net/snapshots")
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal object MiraiDevicePlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.mirai-device-generator",
name = "mirai-device-generator",
version = "1.2.0",
version = "1.3.0",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 590d125

Please sign in to comment.