Skip to content

Commit

Permalink
refactor: rename plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdm2883 committed Oct 5, 2024
1 parent 4867c6c commit 05b9092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/main/resources/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"dependencies": [
{
"name": "KotlinxLib",
"name": "kotlinx-lib",
"version": "${version}",
"optional": false
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"entrance": "vip.cdms.allaymc.kotlinx.KotlinxPlugin",
"name": "KotlinxLib",
"name": "kotlinx-lib",
"description": "Kotlin-style Extension Library and Shared Standard Library for Allay Server",
"authors": [
"MineBuilder"
Expand Down

0 comments on commit 05b9092

Please sign in to comment.