Skip to content

Commit c96f95a

Browse files
committed
chore(*): update lin-mizar
1 parent 85b07fb commit c96f95a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Lin-CMS 是林间有风团队经过大量项目实践所提炼出的一套**内
3535

3636
### 当前最新版本
3737

38-
lin-mizar(核心库) :0.3.3
38+
lin-mizar(核心库) :0.3.4
3939

40-
lin-cms-koa(当前示例工程):0.3.4
40+
lin-cms-koa(当前示例工程):0.3.5
4141

4242
### 文档地址
4343

@@ -61,7 +61,11 @@ QQ 群号:643205479
6161

6262
## 版本日志
6363

64-
最新版本 `0.3.4`
64+
最新版本 `0.3.5`
65+
66+
### 0.3.5
67+
68+
1. `U` 更新核心库 lin-mizar 到 0.3.4 版本
6569

6670
### 0.3.4
6771

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lin-cms-koa",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "simple and practical CMS implememted by koa",
55
"main": "app/starter.js",
66
"scripts": {
@@ -48,7 +48,7 @@
4848
"koa-bodyparser": "^4.2.1",
4949
"koa-mount": "^4.0.0",
5050
"koa-static": "^5.0.0",
51-
"lin-mizar": "^0.3.3",
51+
"lin-mizar": "^0.3.4",
5252
"mysql2": "^2.1.0",
5353
"sequelize": "^5.21.13",
5454
"validator": "^13.1.1"

0 commit comments

Comments
 (0)