diff --git a/README.md b/README.md index 4872ff2b..73fdfdf8 100644 --- a/README.md +++ b/README.md @@ -752,6 +752,9 @@ Contribute new commands to this project by copying and editing the content of [H ## History +* **v1.4.0** September 11, 2013 + * Add hooks feature \o/ + * Document config files * **v1.3.2** September 9, 2013 * Add ability to open GitHub website from commands * Add shortcut for `gh repo --delete` diff --git a/package.json b/package.json index 7c8e5ce8..2a7b549e 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "GitHub command line tools.", - "version": "1.3.2", + "version": "1.4.0", "homepage": "http://nodegh.io", "author": { "name": "Eduardo Lundgren",