Skip to content

Commit

Permalink
Require node.js 0.10 or later. Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcartoixa committed Dec 18, 2014
1 parent 98e5c21 commit a403607
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,7 +1,7 @@
{
"name": "connect-tedious",
"description": "Connect session store for SQL Server, using Tedious.",
"version": "0.4.1",
"version": "0.5.0",
"author": "Mathieu Cartoixa",
"main": "lib/connect-tedious",
"keywords": ["sql-server", "tds", "connection", "session", "store"],
Expand All @@ -15,7 +15,7 @@
"connect": ">=1.0.0"
},
"engines": {
"node": ">=0.8.x"
"node": ">=0.10.x"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a403607

Please sign in to comment.