Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #112 from cmgustavo/release/v0.1.2-a
Browse files Browse the repository at this point in the history
Release/v0.1.2 a
  • Loading branch information
cmgustavo committed Aug 11, 2015
2 parents f4dc94d + 639a701 commit da33b94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bitcore-wallet-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ API.prototype._doRequest = function(method, url, args, cb) {
headers: {
'x-identity': this.credentials.copayerId,
'x-signature': reqSignature,
'x-client-version': 'bws-' + Package.version,
'x-client-version': 'bwc-' + Package.version,
},
method: method,
url: absUrl,
Expand Down Expand Up @@ -106004,7 +106004,7 @@ module.exports={
"name": "bitcore-wallet-client",
"description": "Client for bitcore-wallet-service",
"author": "BitPay Inc",
"version": "0.1.1",
"version": "0.1.2",
"keywords": [
"bitcoin",
"copay",
Expand Down Expand Up @@ -106036,7 +106036,7 @@ module.exports={
"uglify": "^0.1.1"
},
"devDependencies": {
"bitcore-wallet-service": "0.1.1",
"bitcore-wallet-service": "0.1.3",
"chai": "^1.9.1",
"coveralls": "^2.11.2",
"grunt-jsdoc": "^0.5.8",
Expand Down

0 comments on commit da33b94

Please sign in to comment.