Skip to content

Commit

Permalink
@0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 1, 2013
1 parent 235b314 commit 964cd99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "level"
, "description" : "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)"
, "version" : "0.16.0"
, "version" : "0.17.0"
, "contributors" : [
"Rod Vagg <[email protected]> (https://github.com/rvagg)"
, "John Chesley <[email protected]> (https://github.com/chesles/)"
Expand Down Expand Up @@ -33,8 +33,8 @@
]
, "main" : "index.js"
, "dependencies" : {
"leveldown" : "~0.8.0"
, "levelup" : "~0.16.0"
"leveldown" : "~0.9.0"
, "levelup" : "~0.17.0"
}
, "scripts" : {
"test" : "node ./test.js"
Expand Down

0 comments on commit 964cd99

Please sign in to comment.