From bd435611f4fc47c70fa31008cea37a9e2e81d86d Mon Sep 17 00:00:00 2001 From: Ben Page Date: Mon, 24 Nov 2014 14:15:41 -0600 Subject: [PATCH] fixed docs --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c546ba..5c54f54 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ The following method is added to the Tedious [Connection](http://pekim.github.co ### Connection.release() Release the connect back to the pool to be used again -## Version 0.3.1 Changes - * Calls Connection.reset() when the connection is released to the pool. This is very unlikely to cause anyone trouble. - * Added a callback argument to ConnectionPool.drain() +## Version 0.3.2 Changes + * Calls connection.reset() when the connection is released to the pool. This is very unlikely to cause anyone trouble. + * Added a callback argument to connectionPool.drain() ## Version 0.3.0 Changes * Removed dependency on the `generic-pool` node module. diff --git a/package.json b/package.json index ed144f8..4dbfc35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tedious-connection-pool", - "version": "0.3.1", + "version": "0.3.2", "description": "Connection Pool for tedious.", "main": "lib/connection-pool.js", "scripts": {