Skip to content

Commit

Permalink
@0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 19, 2013
1 parent ef7fffe commit 97ef861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Level
Fast & simple storage - a Node.js-style LevelDB wrapper
-------------------------------------------------------

[![NPM](https://nodei.co/npm/level.png)](https://nodei.co/npm/level/)
[![NPM](https://nodei.co/npm/level.png?stars&downloads)](https://nodei.co/npm/level/) [![NPM](https://nodei.co/npm-dl/level.png)](https://nodei.co/npm/level/)


This is a convenience package that bundles the current release of **[LevelUP](https://github.com/rvagg/node-levelup)** and **[LevelDOWN](https://github.com/rvagg/node-leveldown)** and exposes LevelUP on its export.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
, "storage"
, "json"
]
, "version" : "0.13.0"
, "version" : "0.14.0"
, "main" : "index.js"
, "dependencies" : {
"leveldown" : "~0.7.0"
, "levelup" : "~0.13.0"
"leveldown" : "~0.7.0"
, "levelup" : "~0.14.0"
}
, "repository" : {
"type" : "git"
Expand Down

0 comments on commit 97ef861

Please sign in to comment.