diff --git a/README.md b/README.md index b1858c38..b0ec30d4 100644 --- a/README.md +++ b/README.md @@ -672,6 +672,9 @@ Contribute new commands to this project by copying and editing the content of [H ## History +* **v1.3.1** September 9, 2013 + * Fix log on `gh repo --new` + * Add ability to delete a repository * **v1.3.0** September 8, 2013 * Add new `gh repo` command * Authenticate with GitHub regardless the command is run from a git repo diff --git a/package.json b/package.json index 86d4d710..974f3d1d 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "GitHub command line tools.", - "version": "1.3.0", + "version": "1.3.1", "homepage": "http://nodegh.io", "author": { "name": "Eduardo Lundgren",