From 04f4145524d1aee5c6bf5be7c923ebbaf134417b Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 1 Feb 2013 21:00:51 -0600 Subject: [PATCH] v0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68db65c..5f073d2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "blessed", "description": "A curses-like library for node.js.", "author": "Christopher Jeffrey", - "version": "0.0.2", + "version": "0.0.3", "main": "./lib/program.js", "repository": "git://github.com/chjj/blessed.git", "homepage": "https://github.com/chjj/blessed",