From 371c76d5d5c471649a498abe4c2c5bccf4dfc532 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 16 Oct 2020 17:03:46 -0700 Subject: [PATCH] fix(gatsby-ipfs-web-wallet): Bumping to v1.11.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2dd83c4..ccb616c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "gatsby": "^2.24.80", - "gatsby-ipfs-web-wallet": "^1.11.0", + "gatsby-ipfs-web-wallet": "^1.11.1", "gatsby-plugin-bch-sweep": "^1.2.5", "gatsby-plugin-compile-es6-packages": "^2.1.0" },