Skip to content

Commit

Permalink
bump version number to 1.7.1 and add releease notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesgordon committed Sep 9, 2015
1 parent 4d7bdcb commit 9dfb9e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
Sprite Factory (v1.7)
Sprite Factory (v1.7.1)
=======================

The sprite factory is a ruby library that can be used to generate
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,8 @@
September 9th 2015 - v1.7.1
---------------------------

* added `exclude` option to ignore select images in source directory (courtesy of @AlexanderRD)

August 15th 2015 - v1.7
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/sprite_factory.rb
Expand Up @@ -2,7 +2,7 @@ module SpriteFactory

#----------------------------------------------------------------------------

VERSION = "1.7"
VERSION = "1.7.1"
SUMMARY = "Automatic CSS sprite generator"
DESCRIPTION = "Combines individual images from a directory into a single sprite image file and creates an appropriate CSS stylesheet"
LIB = File.dirname(__FILE__)
Expand Down

0 comments on commit 9dfb9e0

Please sign in to comment.