From 5517c35d0ced52739c9eb7383b6b334b6f9d5fca Mon Sep 17 00:00:00 2001 From: Francisco Baio Dias Date: Mon, 1 Feb 2016 02:04:25 +0000 Subject: [PATCH] v0.0.1 --- 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 6eaa199..f7dcd6b 100644 --- a/chrome/manifest.dev.json +++ b/chrome/manifest.dev.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", + "version": "0.0.1", "name": "ipfs-station", "manifest_version": 2, "description": "IPFS station", diff --git a/chrome/manifest.prod.json b/chrome/manifest.prod.json index 103ca25..890c286 100644 --- a/chrome/manifest.prod.json +++ b/chrome/manifest.prod.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", + "version": "0.0.1", "name": "ipfs-station", "manifest_version": 2, "description": "IPFS station", diff --git a/package.json b/package.json index c59cbca..ca0d642 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-chrome-station", - "version": "0.0.0", + "version": "0.0.1", "description": "Chrome extension that let's have a look at your IPFS node stats", "scripts": { "lint": "standard --verbose | snazzy",