Skip to content

Commit 5022080

Browse files
author
pedro
authored
Merge pull request #14 from TaleLin/dev
version:发布beta版
2 parents 8ec7a32 + 8d32a6c commit 5022080

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Lin-CMS 是林间有风团队经过大量项目实践所提炼出的一套**内
3333
本项目是 Lin CMS 后端的 koa 实现,需要前端?请访
3434
[前端仓库](https://github.com/TaleLin/lin-cms-vue)
3535

36+
### 当前最新版本
37+
38+
lin-mizar(核心库) :0.0.1-beta.2
39+
40+
lin-cms-koa(当前实例工程):0.0.1-beta.1
41+
3642
### 文档地址
3743

3844
[http://doc.cms.7yue.pro/](http://doc.cms.7yue.pro/)

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-alpha.1",
3+
"version": "0.0.1-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-alpha.28"
42+
"lin-mizar": "^0.0.1-beta.2"
4343
}
4444
}

0 commit comments

Comments
 (0)