diff --git a/package.json b/package.json
index 06a79ab8..038e97ac 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"crypto"
],
"main": "./bcrypt",
- "version": "3.0.0",
+ "version": "3.0.1",
"author": "Nick Campbell (https://github.com/ncb000gt)",
"engines": {
"node": ">= 6.0.0"
@@ -60,7 +60,7 @@
"module_name": "bcrypt_lib",
"module_path": "./lib/binding/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
- "host": "https://github.com/kelektiv/node.bcrypt.js/releases/download/",
- "remote_path": "v{version}"
+ "host": "https://github.com",
+ "remote_path": "kelektiv/node.bcrypt.js/releases/download/v{version}"
}
}