diff --git a/README.md b/README.md index cc27d74..2c7bd15 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Many thanks to the following: * [homme](https://github.com/homme) * [bdunavant](https://github.com/bdunavant) * [tokumine](https://github.com/tokumine) +* [shtylman](https://github.com/shtylman) ## Documentation diff --git a/package.json b/package.json index 076ddcf..b36f177 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "pg", - "version": "0.6.3", + "version": "0.6.4", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"], "homepage": "http://github.com/brianc/node-postgres",