This commit is contained in:
2020-07-23 14:22:30 +08:00
parent bc17e2f376
commit 2589633069
21 changed files with 99 additions and 64 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/bukkit",
"version": "0.8.3",
"version": "0.8.4",
"description": "MiaoScript bukkit package",
"keywords": [
"miaoscript",
@ -25,8 +25,8 @@
"typescript": "^3.9.6"
},
"dependencies": {
"@ccms/api": "^0.8.3",
"@ccms/common": "^0.8.3",
"@ccms/container": "^0.8.3"
"@ccms/api": "^0.8.4",
"@ccms/common": "^0.8.4",
"@ccms/container": "^0.8.4"
}
}