diff --git a/package.json b/package.json index 6d9104e..85d2ee3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "12factor-config", "description": "Read the config for your app from only the environment.", - "version": "1.2.0", + "version": "1.2.1", "homepage": "https://github.com/chilts/12factor-config", "scripts": { "test": "for FILE in test/*.js; do echo $FILE; node $FILE; done"