Skip to content

Commit

Permalink
chore: support v6.9.1 .
Browse files Browse the repository at this point in the history
  • Loading branch information
albin3 committed Dec 2, 2016
1 parent 450927a commit 1bee5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ node_js:
- "iojs-v1.0.4"
- "v4.2.1"
- "v4.3.0"
- "v6.9.1"
scripts: {
"test": "mocha "
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-redis-session",
"version": "0.2.6",
"version": "0.2.7",
"description": "express middleware to save session with redis",
"main": "./lib/index",
"dependencies": {
Expand Down

0 comments on commit 1bee5b2

Please sign in to comment.