From 682c7f601c89ed0a8ee274730da33d961a50e16d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 19 Dec 2012 09:04:38 -0500 Subject: [PATCH 2/4] Fix version number --- lib/less/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/less/index.js b/lib/less/index.js index 7ffbbcf64bed40e0d5012c4da35e3183f971082d..295c9d59f11cf7586d46774c5a02441d42d75b25 100644 --- a/lib/less/index.js +++ b/lib/less/index.js @@ -3,7 +3,7 @@ var path = require('path'), fs = require('fs'); var less = { - version: [1, 3, 0], + version: [1, 3, 1], Parser: require('./parser').Parser, importer: require('./parser').importer, tree: require('./tree'), -- 1.8.0.1