Skip to content

Commit

Permalink
(dist) version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Feb 11, 2012
1 parent 8864ac6 commit 83426e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/less/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var path = require('path'),
fs = require('fs');

var less = {
version: [1, 2, 1],
version: [1, 2, 2],
Parser: require('./parser').Parser,
importer: require('./parser').importer,
tree: require('./tree'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords" : ["css", "parser", "lesscss", "browser"],
"author" : "Alexis Sellier <[email protected]>",
"contributors" : [],
"version" : "1.2.1",
"version" : "1.2.2",
"bin" : { "lessc": "./bin/lessc" },
"main" : "./lib/less/index",
"directories" : { "test": "./test" },
Expand Down

0 comments on commit 83426e4

Please sign in to comment.