Skip to content

Commit

Permalink
Zongji updated to 0.3.1
Browse files Browse the repository at this point in the history
* Fixes stop() method so connections actually close
  • Loading branch information
numtel committed Feb 27, 2015
1 parent ccb8272 commit debc639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysql-live-select",
"version": "0.0.15",
"version": "0.0.16",
"description": "Live updating MySQL SELECT statements",
"main": "lib/LiveMysql.js",
"repository": "https://github.com/numtel/mysql-live-select",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"mysql": "^2.5.4",
"zongji": "^0.3.0"
"zongji": "^0.3.1"
},
"devDependencies": {
"nodeunit": "^0.9.0"
Expand Down

0 comments on commit debc639

Please sign in to comment.