diff --git a/.travis.yml b/.travis.yml index 2083806..a5a4eee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - - "0.11" + - "0.12" - "0.10" \ No newline at end of file diff --git a/package.json b/package.json index bb29e37..6764af7 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "connect-tedious", "description": "Connect session store for SQL Server, using Tedious.", - "version": "0.5.0", + "version": "0.6.0", "author": "Mathieu Cartoixa", "main": "lib/connect-tedious", "keywords": ["sql-server", "tds", "connection", "session", "store"], "dependencies": { "node-connection-string-builder": "^0.0.1", - "tedious": "^1.8.0", - "tedious-connection-pool": "^0.3.3", - "debug": "~2.0.0" + "tedious": "^1.11.2", + "tedious-connection-pool": "^0.3.6", + "debug": "^2.2.0" }, "devDependencies": { "connect": ">=1.0.0"