Skip to content

Commit

Permalink
[dist] Version bump. 0.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Apr 19, 2011
1 parent da85594 commit b9951b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion lib/nconf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit b9951b4

Please sign in to comment.