diff --git a/CHANGES.md b/CHANGES.md index b0f8af0..cc3ee29 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -Changes since 2014-03-18, Version v0.0.27 -========================================= +2014-03-18, Version v0.1.0 +========================== * export: Don't auto-set PORT for upstart-single (Ryan Graham) diff --git a/package.json b/package.json index 2a10a6f..2e5fe0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foreman", - "version": "0.0.27", + "version": "0.1.0", "homepage": "http://strongloop.github.io/node-foreman/", "description": "Node Implementation of Foreman", "main": "index.js",