Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Oct 28, 2013
1 parent 83a4c56 commit 213cf65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/selaux/node-sprite-generator.png)](https://travis-ci.org/selaux/node-sprite-generator)
[![Build Status](https://david-dm.org/selaux/node-sprite-generator.png)](https://david-dm.org/selaux/node-sprite-generator)

Generates image sprites and their spritesheets (css, less or stylus) from sets of images. Supports retina sprites.
Generates image sprites and their spritesheets (css, stylus, sass or less) from sets of images. Supports retina sprites.

## Installation

Expand Down Expand Up @@ -206,6 +206,10 @@ For more information of how to write your own modules/functions have a look at t

## Changelog

#### 0.3.0
- adds sass support
- adds less support

#### 0.2.1
- fixes default options leaking into options objects
- replaces occurences of "0px" in stylesheets with "0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-sprite-generator",
"version": "0.2.1",
"description": "Generates image sprites and their spritesheets (css or stylus) from sets of images.",
"version": "0.3.0",
"description": "Generates image sprites and their spritesheets (css, stylus, sass or less) from sets of images.",
"main": "lib/nsg.js",
"dependencies": {
"async": "0.2.9",
Expand Down

0 comments on commit 213cf65

Please sign in to comment.