Skip to content

Commit

Permalink
switch to nan v0.8.0 as 1.0.0 is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseven committed May 8, 2014
1 parent f376d45 commit aa9a38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Expand Up @@ -12,7 +12,7 @@
#'target_name': 'image-<(platform)-<(target_arch)',
'target_name': 'image',
'defines': [
'VERSION=0.7.0'
'VERSION=0.7.1'
],
'include_dirs' : [
"<!(node -e \"require('nan')\")",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node-image",
"version": "0.7.0",
"version": "0.7.1",
"description": "A Node.JS wrapper around FreeImage",
"main": "lib/image.js",
"author": "Mikael Bourges-Sevenier <mikeseven@gmail.com>",
Expand Down

0 comments on commit aa9a38b

Please sign in to comment.