Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed May 10, 2011
1 parent 69d949d commit daed1f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## v0.4.2 - 05/10/2011

* added; resize options support

## v0.4.1 - 04/28/2011

* shell args are now escaped (thanks @visionmedia)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ require("./lib/command")(gm.prototype);
*/

module.exports = gm;
module.exports.version = "0.4.1";
module.exports.version = "0.4.2";

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "gm"
, "description": "Graphics Magick for node."
, "version": "0.4.1"
, "version": "0.4.2"
, "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>"
, "keywords": ["nodejs", "graphics magick", "graphics", "magick", "image"]
, "engines": { "node": ">= 0.1.96" }
Expand Down

0 comments on commit daed1f1

Please sign in to comment.