This commit is contained in:
BuildTools
2020-12-07 11:19:12 +08:00
parent 5426ec1eed
commit 0a8574621d
24 changed files with 72 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.11.0",
"version": "0.12.0",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@@ -31,8 +31,8 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@ccms/api": "^0.11.0",
"@ccms/container": "^0.11.0",
"@ccms/plugin": "^0.11.0"
"@ccms/api": "^0.12.0",
"@ccms/container": "^0.12.0",
"@ccms/plugin": "^0.12.0"
}
}