Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version:发布beta版 #14

Merged
merged 1 commit into from
May 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Lin-CMS 是林间有风团队经过大量项目实践所提炼出的一套**内
本项目是 Lin CMS 后端的 koa 实现,需要前端?请访
问[前端仓库](https://github.com/TaleLin/lin-cms-vue)。

### 当前最新版本

lin-mizar(核心库) :0.0.1-beta.2

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

### 文档地址

[http://doc.cms.7yue.pro/](http://doc.cms.7yue.pro/)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lin-cms-koa",
"version": "0.0.1-alpha.1",
"version": "0.0.1-beta.1",
"description": "simple and practical CMS implememted by koa",
"main": "app/starter.js",
"scripts": {
Expand Down Expand Up @@ -39,6 +39,6 @@
"@koa/cors": "^2.2.3",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"lin-mizar": "^0.0.1-alpha.28"
"lin-mizar": "^0.0.1-beta.2"
}
}