From 01ccfd9bb2ae0bfe0a6ee72e7e941bc3c74ad875 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 11 Jul 2012 16:46:57 -0700 Subject: [PATCH] 0.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faed866..798eceb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Isaac Z. Schlueter (http://blog.izs.me/)", "name": "error-page", "description": "Easily send errors in Node.js HTTP servers. Think like the `ErrorDocument` declarations in Apache config files.", - "version": "0.0.3", + "version": "0.0.4", "repository": { "type": "git", "url": "git://github.com/isaacs/error-page.git"