diff --git a/README.md b/README.md index 5d912f5..65889d1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ fashion. Plus those not in the know or with a broken build will still have everything work fine for them. Yay! =) Chrome Store: https://chrome.google.com/webstore/detail/gifgeigleclkondjnmijdajabbhmoepo -Best version: https://github.com/dylanPowers/ipfs-chrome-extension/releases/tag/v0.4.0 +Best version: https://github.com/dylanPowers/ipfs-chrome-extension/releases/tag/v0.4.1 What's it do? @@ -23,7 +23,7 @@ Extra features of the Github release version: * File access - simply type `/ipfs/QmZSnfkEfjowAAMVJoq2LmZJqdpT4uK6EtrcoWLqkMR4UY` * HTTPS access - works for resources, like cat pictures, found on [https pages](https://groups.google.com/d/msg/ipfs-users/IKrDkUnIk7E/b2zS2c-KysQJ). -* Domain name redirection - type `ipfs.git.sexy` and get redirected to +* IPNS domain name redirection - type `ipfs.git.sexy` and get redirected to `/ipns/ipfs.git.sexy` #### About Domain Redirection diff --git a/ext/manifest.json b/ext/manifest.json index 1f356af..8f5e1fa 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "name": "IPFS Gateway Redirect", "description": "Access gateway.ipfs.io urls the way they were meant: from your locally running ipfs daemon", - "version": "0.4.0", + "version": "0.4.1", "manifest_version": 2, "background": { "page": "background.html", diff --git a/pubspec.yaml b/pubspec.yaml index d20b24c..6d7468c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: ipfs_gateway_redirect -version: 0.4.0 +version: 0.4.1 dependencies: chrome: ">=0.6.5 <0.7.0" transformers: