Skip to content

Commit

Permalink
[dist] Version bump. 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Sep 12, 2011
1 parent 09926b3 commit 0c864f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "winston",
"description": "A multi-transport async logging library for Node.js",
"version": "0.4.1",
"version": "0.5.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Matthew Bergman", "email": "mzbphoto@gmail.com" },
Expand All @@ -24,6 +24,6 @@
"vows": "0.5.x >=0.5.11"
},
"main": "./lib/winston",
"scripts": { "test": "vows test/*-test.js --spec --isolate" },
"scripts": { "test": "vows --spec --isolate" },
"engines": { "node": ">= 0.4.0" }
}

0 comments on commit 0c864f8

Please sign in to comment.