Skip to content

Commit fc88235

Browse files
author
pote
committed
Versiom bump
1 parent 5c923ea commit fc88235

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ brew install gpm
2222

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

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

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

4242
**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`.

bin/gpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ set_dependencies() {
8686
## Command Line Parsing
8787
case "${1:-"install"}" in
8888
"version")
89-
echo ">> gpm v1.3.1"
89+
echo ">> gpm v1.3.2"
9090
;;
9191
"install")
9292
deps_file="${2:-"Godeps"}"

0 commit comments

Comments
 (0)