From d276bbc2f8c45cb864a1c23c921487b952f97bc4 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 22 Feb 2012 14:37:45 +1100 Subject: [PATCH] Bumped version number, added travis status to readme --- README.md | 2 +- package.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e661e9..1f7f45e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 2c4fbb5..b728c70 100644 --- a/package.json +++ b/package.json @@ -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 ", + "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": {