Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyoung committed Jun 30, 2013
1 parent d88b50b commit 180ca36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bless/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var path = require('path'),
fs = require('fs');

var bless = {
version: [3, 0, 2],
version: [3, 0, 3],
Parser: require('../bless/parser').Parser,
cleanup: require('../bless/parser').cleanup
};
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", "bless", "less", "sass", "stylus"],
"author" : "Paul Young <[email protected]>",
"contributors" : [],
"version" : "3.0.2",
"version" : "3.0.3",
"bin" : { "blessc": "./bin/blessc" },
"main" : "./lib/bless/index",
"directories" : { "test": "./test" },
Expand Down

0 comments on commit 180ca36

Please sign in to comment.