From d1639acfa919a5c37e5600a50f1bc3111da988a6 Mon Sep 17 00:00:00 2001 From: PoTe Date: Tue, 25 Mar 2014 10:51:07 -0300 Subject: [PATCH] version bump --- README.md | 8 ++++---- bin/gpm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d9dd120..7900125 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 diff --git a/bin/gpm b/bin/gpm index 2391d6a..003062b 100755 --- a/bin/gpm +++ b/bin/gpm @@ -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"