From 2933bdd2cb725010a7b9488c8c5127e5bae83823 Mon Sep 17 00:00:00 2001 From: brianc Date: Wed, 30 Nov 2011 23:02:30 -0600 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 07753c89..fd307ddc 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Many thanks to the following: * [shtylman](https://github.com/shtylman) * [cricri](https://github.com/cricri) * [AlexanderS](https://github.com/AlexanderS) +* [ahtih](https://github.com/ahtih) ## Documentation diff --git a/package.json b/package.json index cfd3b9fb..c331c062 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "pg", - "version": "0.6.7", + "version": "0.6.8", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"], "homepage": "http://github.com/brianc/node-postgres",