From 7926f25b893958bf9fc37f7d7f33bc22ac90238f Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 18 Aug 2011 19:33:21 -0500 Subject: [PATCH] version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58817c91..91467a82 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "marked", "description": "a fast markdown parser", "author": "Christopher Jeffrey", - "version": "0.0.4", + "version": "0.0.5", "main": "./lib/marked.js", "bin": { "marked": "./bin/marked" }, "repository": "git://github.com/chjj/marked.git",