Build: 0.12.4

This commit is contained in:
Manuel Araoz 2015-05-06 15:21:06 -03:00
parent 10cd5cf692
commit dbd3f4759b
6 changed files with 43479 additions and 2 deletions

43455
bitcore.js Normal file

File diff suppressed because it is too large Load Diff

BIN
bitcore.js.sig Normal file

Binary file not shown.

22
bitcore.min.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
bitcore.min.js.sig Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
{ {
"name": "bitcore", "name": "bitcore",
"main": "./bitcore.min.js", "main": "./bitcore.min.js",
"version": "0.12.3", "version": "0.12.4",
"homepage": "http://bitcore.io", "homepage": "http://bitcore.io",
"authors": [ "authors": [
"BitPay, Inc." "BitPay, Inc."

View File

@ -1,6 +1,6 @@
{ {
"name": "bitcore", "name": "bitcore",
"version": "0.12.3", "version": "0.12.4",
"description": "A pure and powerful JavaScript Bitcoin library.", "description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <dev@bitpay.com>", "author": "BitPay <dev@bitpay.com>",
"main": "index.js", "main": "index.js",