This commit is contained in:
2020-05-26 16:04:34 +08:00
parent 40fb2869d5
commit afb72a6794
20 changed files with 52 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.6.7",
"version": "0.7.0",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@@ -25,8 +25,8 @@
"typescript": "^3.9.2"
},
"dependencies": {
"@ccms/api": "^0.6.7",
"@ccms/container": "^0.6.7",
"@ccms/plugin": "^0.6.7"
"@ccms/api": "^0.7.0",
"@ccms/container": "^0.7.0",
"@ccms/plugin": "^0.7.0"
}
}