Skip to content

Commit 7e18df0

Browse files
committed
upgrade generic-pool version
1 parent 94dc7fd commit 7e18df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "name": "pg",
2-
"version": "0.6.1",
2+
"version": "0.6.2",
33
"description": "PostgreSQL client - pure javascript & libpq with the same API",
44
"keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"],
55
"homepage": "http://github.com/brianc/node-postgres",
@@ -10,7 +10,7 @@
1010
"author" : "Brian Carlson <brian.m.carlson@gmail.com>",
1111
"main" : "./lib",
1212
"dependencies" : {
13-
"generic-pool" : "1.0.6"
13+
"generic-pool" : "1.0.7"
1414
},
1515
"scripts" : {
1616
"test" : "make test",

0 commit comments

Comments
 (0)