Skip to content

Commit

Permalink
bump version to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sumory committed Nov 16, 2016
1 parent 69af659 commit 38b996a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:

branches:
- master
- v0.0.2


before_install:
Expand Down
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v0.2.4 2016.11.16

- 支持"application/json"类型请求


### v0.2.2 2016.10.15

- 支持opm, 可通过`opm install sumory/lor`安装
Expand Down
10 changes: 5 additions & 5 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Lor
# Lor

<a href="./README_zh.md" style="font-size:13px">中文</a> <a href="./README.md" style="font-size:13px">English</a>
<a href="./README_zh.md" style="font-size:13px">中文</a> <a href="./README.md" style="font-size:13px">English</a>

[![https://travis-ci.org/sumory/lor.svg?branch=master](https://travis-ci.org/sumory/lor.svg?branch=master)](https://travis-ci.org/sumory/lor)
[![https://travis-ci.org/sumory/lor.svg?branch=master](https://travis-ci.org/sumory/lor.svg?branch=master)](https://travis-ci.org/sumory/lor)

**Lor**是一个运行在[OpenResty](http://openresty.org)上的基于Lua编写的Web框架.
**Lor**是一个运行在[OpenResty](http://openresty.org)上的基于Lua编写的Web框架.

- 路由采用[Sinatra](http://www.sinatrarb.com/)风格,Sinatra是Ruby小而精的web框架.
- API基本采用了[Express](http://expressjs.com)的思路和设计,Node.js跨界开发者可以很快上手.
Expand All @@ -15,7 +15,7 @@
- 全站示例项目[openresty-china](https://github.com/sumory/openresty-china)


当前版本:v0.2.2
当前版本:v0.2.4


### 文档
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = lor
abstract = A fast and minimalist web framework based on OpenResty.
version = 0.2.3
version = 0.2.4
author = Sumory Wu (@sumory)
is_original = yes
license = mit
Expand Down
2 changes: 1 addition & 1 deletion lib/lor/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "0.2.2"
return "0.2.4"

0 comments on commit 38b996a

Please sign in to comment.