Fix for sqlite not retrying to open database (and crashing)

Fix for #106
This commit is contained in:
dceejay
2015-03-18 08:47:09 +00:00
parent 5a27ce17e8
commit 87a8814fe0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-sqlite",
"version" : "0.0.4",
"version" : "0.0.5",
"description" : "A sqlite node for Node-RED",
"dependencies" : {
"sqlite3" : "3.0.*"