This commit is contained in:
2020-05-03 00:15:06 +08:00
parent ca79161505
commit 73fa62a23e
17 changed files with 49 additions and 49 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/bungee",
"version": "0.5.0",
"version": "0.6.0",
"description": "MiaoScript bungee package",
"keywords": [
"miaoscript",
@ -24,8 +24,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.5.0",
"@ccms/common": "^0.5.0",
"@ccms/container": "^0.5.0"
"@ccms/api": "^0.6.0",
"@ccms/common": "^0.6.0",
"@ccms/container": "^0.6.0"
}
}