Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Jan 22, 2014
1 parent 1f04d36 commit 664f896
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ For more information of how to write your own modules/functions have a look at t

## Changelog

#### 0.4.0
- adds png filter parameter
- fixes sass support

#### 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)
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.1",
"version": "0.4.0",
"description": "Generates image sprites and their spritesheets (css, stylus, sass or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.",
"main": "lib/nsg.js",
"dependencies": {
Expand Down

0 comments on commit 664f896

Please sign in to comment.