Skip to content

Commit

Permalink
v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Jan 14, 2016
1 parent 05a3063 commit fd990a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Installs from [https://gobuilder.me/github.com/ipfs/go-ipfs/cmd/ipfs](https://go
```sh
> npm install -g go-ipfs
> ipfs version
ipfs version 0.3.10
ipfs version 0.3.11

> npm install go-ipfs
> node_modules/.bin/ipfs
ipfs version 0.3.10
ipfs version 0.3.11
```

See [IPFS getting-started](http://ipfs.io/docs/getting-started). If anything goes wrong, try using: [http://ipfs.io/docs/install](http://ipfs.io/docs/install).
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": "go-ipfs",
"version": "0.3.10",
"version": "0.3.11",
"description": "Install the latest go-ipfs binary",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fd990a6

Please sign in to comment.