diff --git a/HISTORY.md b/HISTORY.md index f3e289f..287405a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.0.0-beta.1 / 2014-11-16 +========================= * Initial release ported from Express 4.x - Altered to work without Express diff --git a/README.md b/README.md index c1daf6e..b75e131 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,8 @@ Simple middleware-style router ## Installation -**This module is not yet available on `npm`** - ```sh -$ npm install pillarjs/router +$ npm install router ``` ## API diff --git a/package.json b/package.json index 52748bc..007c0e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "router", "description": "Simple middleware-style router", + "version": "1.0.0-beta.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "pillarjs/router",