From 25e6b1c85945bf5481da5f1546c6ac36662d99e1 Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Sun, 6 Feb 2011 13:40:50 -0500 Subject: [PATCH] npm requires version to be in format X.Y.Z --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d322617..bac97df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "JSV", - "version" : "3.3", + "version" : "3.3.0", "description" : "A JavaScript implementation of a extendable, fully compliant JSON Schema validator.", "homepage" : "http://github.com/garycourt/JSV", "author" : "Gary Court ",