Skip to content

Commit

Permalink
bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Dec 5, 2013
1 parent a0bf2ee commit 3bd86d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ For more information of how to write your own modules/functions have a look at t

## Changelog

#### 0.3.1
- fix "Fatal error: spawn EMFILE" issue with too many open files for large sprites
- fixes compositor options not being passed to the compositor (oops)
- fixes compression level for gm compositor

#### 0.3.0
- adds sass support
- adds less support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-sprite-generator",
"version": "0.3.0",
"version": "0.3.1",
"description": "Generates image sprites and their spritesheets (css, stylus, sass or less) from sets of images.",
"main": "lib/nsg.js",
"dependencies": {
Expand Down

0 comments on commit 3bd86d9

Please sign in to comment.