Skip to content

Commit 0196f7d

Browse files
committed
0.1.0
1 parent c71864e commit 0196f7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chrome/manifest.dev.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.7",
2+
"version": "0.1.0",
33
"name": "IPFS Station",
44
"manifest_version": 2,
55
"description": "This extension let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats.",

chrome/manifest.prod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.7",
2+
"version": "0.1.0",
33
"name": "IPFS Station",
44
"manifest_version": 2,
55
"description": "This extension let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats.",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-chrome-station",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "Chrome extension that let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats.",
55
"scripts": {
66
"lint": "standard --verbose | snazzy",

0 commit comments

Comments
 (0)