Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PoTe committed Mar 25, 2014
1 parent 2fc51cb commit d1639ac
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 @@ -21,7 +21,7 @@ $ brew install gpm

```bash
$ git clone https://github.com/pote/gpm.git && cd gpm
$ git checkout v1.1.1 # You can ignore this part if you want to install HEAD.
$ git checkout v1.2.0 # You can ignore this part if you want to install HEAD.
$ ./configure
$ make install
```
Expand All @@ -32,13 +32,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.1.1/bin/gpm | bash
$ wget -qO- https://raw.github.com/pote/gpm/v1.2.0/bin/gpm | bash

## With cURL
$ curl -s https://raw.github.com/pote/gpm/v1.1.1/bin/gpm | bash
$ curl -s https://raw.github.com/pote/gpm/v1.2.0/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.1.1/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.0/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.1.2"
echo ">> gpm v1.2.0"
;;
"install")
deps_file="Godeps"
Expand Down

0 comments on commit d1639ac

Please sign in to comment.