Skip to content

Commit 4c8d024

Browse files
author
PoTe
committed
version bump
1 parent 32165bd commit 4c8d024

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ brew install gpm
2424

2525
```bash
2626
$ git clone https://github.com/pote/gpm.git && cd gpm
27-
$ git checkout v1.2.0 # You can ignore this part if you want to install HEAD.
27+
$ git checkout v1.2.1 # You can ignore this part if you want to install HEAD.
2828
$ ./configure
2929
$ make install
3030
```
@@ -35,13 +35,13 @@ As gpm is a bash script you can always use it directly from GitHub via `wget` or
3535

3636
```bash
3737
## With wget
38-
$ wget -qO- https://raw.github.com/pote/gpm/v1.2.0/bin/gpm | bash
38+
$ wget -qO- https://raw.github.com/pote/gpm/v1.2.1/bin/gpm | bash
3939

4040
## With cURL
41-
$ curl -s https://raw.github.com/pote/gpm/v1.2.0/bin/gpm | bash
41+
$ curl -s https://raw.github.com/pote/gpm/v1.2.1/bin/gpm | bash
4242
```
4343

44-
**Note**: You can always use the version on master if you like to live dangerously by piping `https://raw.github.com/pote/gpm/master/bin/gpm` instead of `https://raw.github.com/pote/gpm/v1.2.0/bin/gpm`.
44+
**Note**: You can always use the version on master if you like to live dangerously by piping `https://raw.github.com/pote/gpm/master/bin/gpm` instead of `https://raw.github.com/pote/gpm/v1.2.1/bin/gpm`.
4545

4646
## The Godeps file
4747

bin/gpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ set_dependencies() {
6262
## /Functions
6363
case "${1:-"install"}" in
6464
"version")
65-
echo ">> gpm v1.2.0"
65+
echo ">> gpm v1.2.1"
6666
;;
6767
"install")
6868
deps_file="Godeps"

0 commit comments

Comments
 (0)