This commit is contained in:
2020-03-18 11:19:08 +08:00
parent a1e50285a9
commit 2fb62b26a0
9 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/core",
"version": "0.3.1",
"version": "0.3.2",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -27,8 +27,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ms/api": "^0.3.1",
"@ms/container": "^0.3.1"
"@ms/api": "^0.3.2",
"@ms/container": "^0.3.2"
},
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
}