This commit is contained in:
2020-09-24 15:36:45 +08:00
parent d85f75ba1f
commit 72277f4d1a
14 changed files with 28 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ccms/spring",
"version": "0.9.4",
"version": "0.9.5",
"description": "MiaoScript spring package",
"keywords": [
"miaoscript",
@@ -24,9 +24,9 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@ccms/api": "^0.9.4",
"@ccms/api": "^0.9.5",
"@ccms/common": "^0.9.4",
"@ccms/container": "^0.9.4",
"@ccms/database": "^0.9.4"
"@ccms/database": "^0.9.5"
}
}