Skip to content

Commit

Permalink
fix lock key - expiry key regex collision
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Dec 10, 2016
1 parent 6b158c0 commit adf1b25
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": "kue-scheduler",
"version": "0.6.4",
"version": "0.6.5",
"description": "A job scheduler utility for kue, backed by redis and built for node.js",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -71,4 +71,4 @@
"mocha": "^3.0.2",
"moment": "^2.14.1"
}
}
}

0 comments on commit adf1b25

Please sign in to comment.