bump version, update enc/dec

This commit is contained in:
Gordon Hall 2014-10-07 15:16:00 -04:00
parent 54235dad6a
commit 5be70d2b5a
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ module.exports = function decrypt(password, str) {
a.copy(buf, 0);
b.copy(buf, a.length);
return buf.toString('utf8');
return Base58.decode(buf);
};

View File

@ -26,7 +26,7 @@
"postinstall": "npm run make-dist"
},
"main": "index.js",
"version": "0.2.0",
"version": "0.3.0",
"dependencies": {
"bitcore": "bitpay/bitcore#v0.8",
"body-parser": "^1.2.0",