Bumped version number, added travis status to readme

This commit is contained in:
Gareth Jones 2012-02-22 14:37:45 +11:00
parent e78f4e33ce
commit d276bbc2f8
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# log4js-node
# log4js-node [![Build Status](https://secure.travis-ci.org/nomiddlename/log4js-node.png?branch=master)](http://travis-ci.org/nomiddlename/log4js-node)
NOTE: v0.3.8 of log4js is the last that will work with node versions older than 0.4. To use v0.3.9 you will need node 0.4 or later.

View File

@ -1,6 +1,6 @@
{
"name": "log4js",
"version": "0.4.1",
"version": "0.4.2",
"description": "Port of Log4js to work with node.",
"keywords": [
"logging",
@ -10,8 +10,12 @@
],
"main": "./lib/log4js",
"author": "Gareth Jones <gareth.jones@sensis.com.au>",
"repository": {
"type": "git",
"url": "https://github.com/nomiddlename/log4js-node.git"
},
"bugs": {
"url": "http://github.com/csausdev/log4js-node/issues"
"url": "http://github.com/nomiddlename/log4js-node/issues"
},
"engines": [ "node >=0.4" ],
"scripts": {