diff --git a/chrome/manifest.dev.json b/chrome/manifest.dev.json index ac4eb15..6caca1c 100644 --- a/chrome/manifest.dev.json +++ b/chrome/manifest.dev.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "name": "IPFS Station", "manifest_version": 2, "description": "This extension let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats.", diff --git a/chrome/manifest.prod.json b/chrome/manifest.prod.json index 76e37dc..3e21418 100644 --- a/chrome/manifest.prod.json +++ b/chrome/manifest.prod.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "name": "IPFS Station", "manifest_version": 2, "description": "This extension let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats.", diff --git a/package.json b/package.json index afc594e..f33d661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-chrome-station", - "version": "0.0.2", + "version": "0.0.3", "description": "Chrome extension that let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats.", "scripts": { "lint": "standard --verbose | snazzy",