From 5325291f363552ccaba5f794adb77bdddfaf54d4 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Tue, 23 Oct 2012 17:05:47 +0100 Subject: [PATCH] Update version number on index --- 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 384b2a25..0858e8b5 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'),