From a6d887816bbf46606aea3d3de91d79b01fee6a77 Mon Sep 17 00:00:00 2001 From: Justin Oberdorf Date: Mon, 4 Feb 2013 21:44:18 -0500 Subject: [PATCH] Fix Version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ca2ab8e..9a73dbe 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "email" : "contact@rtcamp.com", "url" : "http://rtcamp.com" }, - "version" : "1.0", + "version" : "1.0.0", "dependencies": { "connect": "2.4.x", "formidable": "1.0.x", @@ -17,4 +17,4 @@ "node" : "0.8.x", "npm" : "1.1.x" } -} \ No newline at end of file +}