Skip to content

Commit 1ee7fba

Browse files
author
pedro
authored
Merge pull request #15 from TaleLin/dev
version:发布beta版
2 parents 5022080 + 66e7ab4 commit 1ee7fba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

3636
### 当前最新版本
3737

38-
lin-mizar(核心库) :0.0.1-beta.2
38+
lin-mizar(核心库) :0.1.0-beta.1
3939

40-
lin-cms-koa(当前实例工程):0.0.1-beta.1
40+
lin-cms-koa(当前实例工程):0.1.0-beta.1
4141

4242
### 文档地址
4343

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.0.1-beta.1",
3+
"version": "0.1.0-beta.1",
44
"description": "simple and practical CMS implememted by koa",
55
"main": "app/starter.js",
66
"scripts": {
@@ -39,6 +39,6 @@
3939
"@koa/cors": "^2.2.3",
4040
"koa": "^2.7.0",
4141
"koa-bodyparser": "^4.2.1",
42-
"lin-mizar": "^0.0.1-beta.2"
42+
"lin-mizar": "^0.1.0-beta.1"
4343
}
4444
}

0 commit comments

Comments
 (0)