diff --git a/history.md b/history.md index 2da8d37..22bba65 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,6 @@ +## v0.0.1 / December 24, 2014 +- run `npm publish` + ## v0.0.0 / December 24, 2014 - add coveralls - add `bluebird` as devDep diff --git a/package.json b/package.json index fa6742e..fc1e1e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlogin", - "version": "0.0.0", + "version": "0.0.1", "description": "Modern, simplified Github login, CLI and API - generating personal access token. Support promises and node-style callbacks.", "scripts": { "lint": "jshint . && jscs . --reporter inline",