diff --git a/README.md b/README.md index 16abcb2e..04b4e7f5 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,8 @@ Contribute new commands to this project by copying and editing the content of [H ## History +* **v1.1.1** June 6, 2013 + * Bug fixes * **v1.1.0** June 5, 2013 * Add `--milestone` filter flag on listing issues * **v1.0.0** June 4, 2013 diff --git a/package.json b/package.json index 28e8f7dc..f5227f85 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "GitHub command line tools.", - "version": "1.1.0", + "version": "1.1.1", "homepage": "http://nodegh.io", "author": { "name": "Eduardo Lundgren",