This commit is contained in:
2020-07-28 09:51:56 +08:00
parent a3cf4fa476
commit 606f097989
22 changed files with 67 additions and 67 deletions

View File

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