(dist doc) version bump and README update

This commit is contained in:
cloudhead 2010-06-20 12:53:11 -04:00
parent 87b428bf2f
commit 27926b4da5
3 changed files with 3 additions and 5 deletions

View File

@ -11,9 +11,7 @@ as well as on the server, with node.js.
where do I get it?
------------------
Go to the Downloads section, and get the latest version:
<http://github.com/cloudhead/less.js/downloads>
The latest builds are in the `dist/` folder.
synopsis
--------

View File

@ -5,7 +5,7 @@ var path = require('path'),
require.paths.unshift(path.join(__dirname, '..'));
var less = {
version: [1, 0, 20],
version: [1, 0, 21],
Parser: require('less/parser').Parser,
importer: require('less/parser').importer,
tree: require('less/tree'),

View File

@ -5,7 +5,7 @@
"keywords" : ["css", "parser", "lesscss", "browser"],
"author" : "Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"version" : "1.0.20",
"version" : "1.0.21",
"bin" : { "lessc": "./bin/lessc" },
"main" : "./lib/less/index",
"directories" : { "lib": "./lib/less", "test": "./test" },