From 6ff9861b35ed6447c1691e0c49c9debcae51f2ef Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 11 Mar 2013 15:52:27 -0700 Subject: [PATCH] ver update --- bin/bunyan | 2 +- lib/bunyan.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/bunyan b/bin/bunyan index 7f5d24f..0d614ff 100755 --- a/bin/bunyan +++ b/bin/bunyan @@ -5,7 +5,7 @@ // See . // -var VERSION = "0.18.4"; +var VERSION = "0.19.0"; var util = require('util'); var pathlib = require('path'); diff --git a/lib/bunyan.js b/lib/bunyan.js index 3cd1498..29e7e37 100644 --- a/lib/bunyan.js +++ b/lib/bunyan.js @@ -4,7 +4,7 @@ * The bunyan logging library for node.js. */ -var VERSION = '0.18.4'; +var VERSION = '0.19.0'; // Bunyan log format version. This becomes the 'v' field on all log records. // `0` is until I release a version '1.0.0' of node-bunyan. Thereafter, diff --git a/package.json b/package.json index c07ff7e..c142add 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunyan", - "version": "0.18.4", + "version": "0.19.0", "description": "a JSON Logger library for node.js services", "author": "Trent Mick (http://trentm.com)", "main": "./lib/bunyan.js",