This commit is contained in:
2020-07-01 14:41:21 +08:00
parent 46d6748f31
commit 393e63c017
22 changed files with 66 additions and 72 deletions

View File

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