Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Mar 19, 2017
1 parent c71864e commit 0196f7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.dev.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.7",
"version": "0.1.0",
"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.",
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.prod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.7",
"version": "0.1.0",
"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.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-chrome-station",
"version": "0.0.7",
"version": "0.1.0",
"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",
Expand Down

0 comments on commit 0196f7d

Please sign in to comment.