diff --git a/History.md b/History.md index e736e74..2b874c7 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +1.6.0 / 2012-06-04 +================== + + * Added `git-rename-tag` + * Added current branch to `git-repl` + * Fixed: use dirname for `git extras update` [wilmoore] + 1.5.1 / 2012-03-15 ================== diff --git a/bin/git-extras b/bin/git-extras index c08257d..1aaae48 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="1.5.1" +VERSION="1.6.0" update() { local bin=$(which git-extras)