Skip to content

Commit

Permalink
version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed May 24, 2011
1 parent 51c6f86 commit d29bee4
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package.json
@@ -1,6 +1,13 @@
{ "name" : "dirty"
, "description" : "A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records."
, "version": "0.9.1"
, "dependencies": {"gently": ">=0.8.0"}
, "main" : "./lib/dirty"
}
{
"name": "dirty",
"description": "A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.",
"version": "0.9.2",
"dependencies": {
"gently": ">=0.8.0"
},
"main": "./lib/dirty",
"devDependencies": {},
"engines": {
"node": "*"
}
}

0 comments on commit d29bee4

Please sign in to comment.