[dist] Version bump. 0.1.6.
This commit is contained in:
parent
da8559427f
commit
b9951b44c1
2 changed files with 10 additions and 2 deletions
|
@ -9,6 +9,14 @@ 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');
|
||||
|
||||
//
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue