Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 9, 2012
1 parent 11de353 commit efd8afd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.3.2 / 2012-01-09
==================

* Remove `<font>` from the `global-reset()` helper [TooTallNate]

0.3.1 / 2011-11-30
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/nib.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ try {
* Library version.
*/

exports.version = '0.3.1';
exports.version = '0.3.2';

/**
* Stylus path.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nib",
"description": "Stylus mixins and utilities",
"version": "0.3.1",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/nib.git"
Expand Down

0 comments on commit efd8afd

Please sign in to comment.