Skip to content

Commit 2b51f78

Browse files
committed
Bump version to 0.10.2.
1 parent 14e77e4 commit 2b51f78

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
#### 0.10.2
4+
- fixes sprite path when using Windows
5+
36
#### 0.10.1
47
- fixes target directories not being created if they don't exist
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-sprite-generator",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Generates image sprites and their spritesheets (css, stylus, sass, scss or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.",
55
"main": "lib/nsg.js",
66
"dependencies": {

0 commit comments

Comments
 (0)