diff --git a/.travis.yml b/.travis.yml index d342937..110b54a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ env: branches: - master - - v0.0.2 before_install: diff --git a/Changes.md b/Changes.md index 86e9c9a..276caae 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,8 @@ +### v0.2.4 2016.11.16 + +- 支持"application/json"类型请求 + + ### v0.2.2 2016.10.15 - 支持opm, 可通过`opm install sumory/lor`安装 diff --git a/README_zh.md b/README_zh.md index 99622d1..de568ee 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,10 +1,10 @@ -# Lor +# Lor -中文 English +中文 English -[![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跨界开发者可以很快上手. @@ -15,7 +15,7 @@ - 全站示例项目[openresty-china](https://github.com/sumory/openresty-china) -当前版本:v0.2.2 +当前版本:v0.2.4 ### 文档 diff --git a/dist.ini b/dist.ini index e672567..1bce21c 100644 --- a/dist.ini +++ b/dist.ini @@ -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 diff --git a/lib/lor/version.lua b/lib/lor/version.lua index 6346bf0..e4ab714 100644 --- a/lib/lor/version.lua +++ b/lib/lor/version.lua @@ -1 +1 @@ -return "0.2.2" +return "0.2.4"