diff --git a/package-lock.json b/package-lock.json index cc6a3cb..23678aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ethvault/iframe-provider-polyfill", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1ff5511..af1df64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ethvault/iframe-provider-polyfill", - "version": "0.1.5", + "version": "0.1.6", "description": "Polyfill web3/ethereum with a provider that uses the parent window when the site is embedded in an iframe", "main": "dist/index.js", "scripts": {