Skip to content

Commit

Permalink
[dist] Version bump. 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jan 22, 2012
1 parent 65fa934 commit 7d21ba0
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": "nconf-redis",
"description": "A Redis store for nconf",
"version": "0.3.0",
"version": "0.3.1",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -10,11 +10,11 @@
"keywords": ["configuration", "key value store", "nconf", "redis"],
"dependencies": {
"async": "0.1.x",
"redis": "0.6.x"
"redis": "0.7.x"
},
"devDependencies": {
"nconf": "0.5.x",
"vows": "0.5.x"
"vows": "0.6.x"
},
"main": "./lib/nconf-redis",
"scripts": { "test": "vows test/*-test.js --spec" },
Expand Down

0 comments on commit 7d21ba0

Please sign in to comment.