From 4c8d02485f803fb72858da249696cca4055a8b0c Mon Sep 17 00:00:00 2001 From: PoTe Date: Fri, 11 Apr 2014 12:49:49 -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 88c2459..fa0e983 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 diff --git a/bin/gpm b/bin/gpm index b66fe5c..44847cd 100755 --- a/bin/gpm +++ b/bin/gpm @@ -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"