diff --git a/config/env/common.js b/config/env/common.js index 6cbbd71..1afe91b 100644 --- a/config/env/common.js +++ b/config/env/common.js @@ -57,7 +57,7 @@ module.exports = { '@type': 'WebAPI', name: ipfsCoordName, version, - protocol: 'generic-service', + protocol: 'bch-wallet', description: 'IPFS service providing BCH blockchain access needed by a wallet.', documentation: 'https://ipfs-bch-wallet-service.fullstack.cash/', diff --git a/package.json b/package.json index 4ac51a6..64edc71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-bch-wallet-service", - "version": "1.9.0", + "version": "1.9.1", "description": "IPFS and REST service providing blockchain access needed by a wallet. ", "main": "index.js", "scripts": {