From c8aefae0cc8664cb05f7a264f67ad5d8df5dd488 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 5 Aug 2021 17:16:37 -0700 Subject: [PATCH] fix(protocol): Adding protocol property to announceJsonLd --- config/env/common.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {