From 9d0cfdec32b46f85e843637e9f6362a90f7d0ebd Mon Sep 17 00:00:00 2001 From: Francisco Baio Dias Date: Tue, 2 Feb 2016 17:50:37 +0000 Subject: [PATCH] v0.0.3 --- chrome/manifest.dev.json | 2 +- chrome/manifest.prod.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",