From 4a61560671e17ab192aab769dc2e8c2657c927f4 Mon Sep 17 00:00:00 2001 From: indexzero Date: Wed, 20 Apr 2011 01:58:46 -0400 Subject: [PATCH] [dist] Version bump. 0.1.7 --- docs/nconf.html | 2 +- lib/nconf.js | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/nconf.html b/docs/nconf.html index 3f4b12c..6d0ffde 100644 --- a/docs/nconf.html +++ b/docs/nconf.html @@ -7,7 +7,7 @@ require.paths.unshift(__dirname); -var nconf = exports;

Version 0.1.6 :: 4/19/2011

nconf.version = [0, 1, 6];

Include the various store types exposed by nconf

nconf.stores  = require('nconf/stores');

function use (type, options)

+var nconf = exports;

Version 0.1.7 :: 4/20/2011

nconf.version = [0, 1, 7];

Include the various store types exposed by nconf

nconf.stores  = require('nconf/stores');

function use (type, options)

@type {string} Type of the nconf store to use.

diff --git a/lib/nconf.js b/lib/nconf.js index 399d6f7..a9eb3b8 100644 --- a/lib/nconf.js +++ b/lib/nconf.js @@ -10,9 +10,9 @@ require.paths.unshift(__dirname); var nconf = exports; // -// ### Version 0.1.6 :: 4/19/2011 +// ### Version 0.1.7 :: 4/20/2011 // -nconf.version = [0, 1, 6]; +nconf.version = [0, 1, 7]; // // Include the various store types exposed by nconf diff --git a/package.json b/package.json index 465d767..0c163dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nconf", "description": "A hybrid local / remote configuration storage library for node.js.", - "version": "0.1.6", + "version": "0.1.7", "author": "Charlie Robbins ", "repository": { "type": "git",