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