From 6c96bd0d370b18bc076691461cbbc9a203eecbec Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 22 May 2014 00:18:43 +0100 Subject: [PATCH] Version bumps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a1f78e7a..7d2d5e02 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharp", - "version": "0.4.0", + "version": "0.4.1", "author": "Lovell Fuller ", "contributors": [ "Pierre Inglebert " @@ -35,9 +35,9 @@ }, "devDependencies": { "imagemagick": "^0.1.3", - "imagemagick-native": "git://github.com/mash/node-imagemagick-native.git#master", + "imagemagick-native": "^1.0.0", "gm": "^1.16.0", - "async": "^0.8.0", + "async": "^0.9.0", "benchmark": "^1.0.0" }, "license": "Apache 2.0",