From 45f21683431853b1a316d4a02e6edbb786e16576 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 24 Oct 2011 11:29:07 -0500 Subject: [PATCH] version bump & contributors update --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",