diff --git a/lib/nconf.js b/lib/nconf.js index 4108237..8fc5750 100644 --- a/lib/nconf.js +++ b/lib/nconf.js @@ -9,7 +9,15 @@ require.paths.unshift(__dirname); var nconf = exports; -nconf.stores = require('nconf/stores'); +// +// ### 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) diff --git a/package.json b/package.json index 81072c9..465d767 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.5", + "version": "0.1.6", "author": "Charlie Robbins ", "repository": { "type": "git",