diff --git a/History.md b/History.md index ade71ab..279b6cd 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.6.0 / 2011-06-24 +================== + + * Added `git-back` command for soft undos [Kenneth Reitz] + 0.5.1 / 2011-05-20 ================== diff --git a/bin/git-extras b/bin/git-extras index 29ce01f..dad9788 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="0.5.1" +VERSION="0.6.0" update() { local orig=$PWD