Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
Former-commit-id: e555ed4
  • Loading branch information
Nambers committed Jan 25, 2021
1 parent fa240b8 commit a072c06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "org.example"
version = "1.0.0"
version = "1.0.1"

repositories {
//¹úÄÚ¾µÏñÔ´
Expand Down
2 changes: 1 addition & 1 deletion kotlin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pluginManagement {
}
}
//ÕâÀï¸ÄÉú³ÉµÄ²å¼þÃû³Æ
rootProject.name = "mirai-example"
rootProject.name = "miraiCP"
2 changes: 1 addition & 1 deletion kotlin/src/main/kotlin/PluginMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.io.File
object PluginMain : KotlinPlugin(
JvmPluginDescription(
id = "org.example.miraiCP",
version = "0.1.0"
version = "1.0.0"
)
) {
val dll_name = "mirai-demo.dll"
Expand Down
2 changes: 1 addition & 1 deletion kotlin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "miraiCP"
author: "Eritque arcus"
version: "1.0.0"
version: "1.0.1"
main: "org.example.mirai.plugin.PluginMain"
info: "mirai C++ SDK"
depends: []

0 comments on commit a072c06

Please sign in to comment.