[dist] Version bump. 0.1.6.

master v0.1.6-0-gb9951b4
indexzero 2011-04-19 17:34:42 -04:00
parent da8559427f
commit b9951b44c1
2 changed files with 10 additions and 2 deletions

View File

@ -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)

View File

@ -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 <charlie.robbins@gmail.com>",
"repository": {
"type": "git",