diff --git a/History.md b/History.md index 898f1ae..a9aebbc 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,6 @@ -1.0.0-rc.0 / 2016-01-28 +1.0.0 / 2016-01-28 ================== * koa 1.x支持 -* test success \ No newline at end of file +* test success +* travis 集成测试 \ No newline at end of file diff --git a/package.json b/package.json index e064af8..44e0325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jackblog-api-koa", - "version": "1.0.0-rc.0", + "version": "1.0.0", "description": "jackblog API koa版", "main": "server/app.js", "scripts": {