Skip to content

Commit

Permalink
Versiom bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pote committed Jan 30, 2015
1 parent 5c923ea commit fc88235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ brew install gpm

```bash
$ git clone https://github.com/pote/gpm.git && cd gpm
$ git checkout v1.3.1 # You can ignore this part if you want to install HEAD.
$ git checkout v1.3.2 # You can ignore this part if you want to install HEAD.
$ ./configure
$ make install
```
Expand All @@ -33,10 +33,10 @@ As gpm is a bash script you can always use it directly from GitHub via `wget` or

```bash
## With wget
$ wget -qO- https://raw.githubusercontent.com/pote/gpm/v1.3.1/bin/gpm | bash
$ wget -qO- https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm | bash

## With cURL
$ curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.1/bin/gpm | bash
$ curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm | bash
```

**Note**: You can always use the version on master if you like to live dangerously by piping `https://raw.githubusercontent.com/pote/gpm/master/bin/gpm` instead of `https://raw.githubusercontent.com/pote/gpm/v1.3.1/bin/gpm`.
Expand Down
2 changes: 1 addition & 1 deletion bin/gpm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ set_dependencies() {
## Command Line Parsing
case "${1:-"install"}" in
"version")
echo ">> gpm v1.3.1"
echo ">> gpm v1.3.2"
;;
"install")
deps_file="${2:-"Godeps"}"
Expand Down

0 comments on commit fc88235

Please sign in to comment.