Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PoTe committed Apr 11, 2014
1 parent 32165bd commit 4c8d024
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ brew install gpm

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

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

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

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

## The Godeps file

Expand Down
2 changes: 1 addition & 1 deletion bin/gpm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ set_dependencies() {
## /Functions
case "${1:-"install"}" in
"version")
echo ">> gpm v1.2.0"
echo ">> gpm v1.2.1"
;;
"install")
deps_file="Godeps"
Expand Down

0 comments on commit 4c8d024

Please sign in to comment.