Build: 0.13.0

This commit is contained in:
Braydon Fuller 2015-08-19 11:05:34 -04:00
parent 095cf32966
commit 6bbb34b0b5
7 changed files with 38325 additions and 3 deletions

38301
bitcore.js Normal file

File diff suppressed because it is too large Load Diff

BIN
bitcore.js.sig Normal file

Binary file not shown.

21
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",
"main": "./bitcore.min.js",
"version": "0.12.15",
"version": "0.13.0",
"homepage": "http://bitcore.io",
"authors": [
"BitPay, Inc."

View File

@ -1,4 +1,4 @@
# Bitcore v0.12
# Bitcore v0.13
## Principles

View File

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