Skip to content

Commit

Permalink
Updates for v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanPowers committed May 14, 2015
1 parent 35a85b7 commit bd999ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit bd999ce

Please sign in to comment.