Browse Source

Bump package version to 0.10.1

patch-2
Manuel Araoz 10 years ago
parent
commit
75336a5bf5
  1. 2
      bower.json
  2. 2
      package.json

2
bower.json

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

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "bitcore", "name": "bitcore",
"version": "0.10.0", "version": "0.10.1",
"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",

Loading…
Cancel
Save