Skip to content

Commit

Permalink
bump version field for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ketamynx committed Jul 16, 2013
1 parent c5ff107 commit 93bc241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

<h2>Changelog</h2>
<ul>
<li><b>v1.0.5</b><br /><ul>
<li>Added listeners to unbind the server on app crash (unhandledException, SIGTERM, SIGKILL)</a></li>
<li><b>v1.0.3</b><br /><ul>
<li>fixed incompatibility issues with expressjs and locomotive; special thanks to <a href="http://frantzmiccoli.com/" target="_blank">Fräntz Miccoli</a></li>
</ul></li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "node-codein",
"description": "NodeJS Console Object Debug Inspector",
"keywords": ["console","inspect","inspector","object","tree","outline","viewer","debug","debugger","webkit","runtime","eval"],
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/ketamynx/node-codein",
"repository": {
"type": "git",
Expand Down

0 comments on commit 93bc241

Please sign in to comment.