From d6c523d1073b145c0505c8986a8eb1d0cb1274ac Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sun, 23 Mar 2014 04:03:34 -0700 Subject: [PATCH] 0.5.2 --- History.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index c422320..534cba4 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -HEAD +0.5.2 / 2014-03-23 ================== * fix: inspection of `app` and `app.toJSON()` diff --git a/package.json b/package.json index e0d9bf5..103a79e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "0.5.1", + "version": "0.5.2", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {