Skip to content

Commit

Permalink
prep for future dev
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Mar 11, 2013
1 parent 71c6cff commit 201c84f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,5 +1,10 @@
# nodedoc Changelog

## 1.3.2 (not yet released)

(nothing yet)


## 1.3.1

- Fix `nodedoc --version` to report the correct version.
Expand Down
2 changes: 1 addition & 1 deletion bin/nodedoc.py
Expand Up @@ -11,7 +11,7 @@
See <https://github.com/trentm/nodedoc> for more info.
"""

__version_info__ = (1, 3, 1)
__version_info__ = (1, 3, 2)
__version__ = '.'.join(map(str, __version_info__))

import re
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nodedoc",
"description": "a fledgling perldoc for node (e.g. `nodedoc fs`, `nodedoc exec`)",
"version": "1.3.1",
"version": "1.3.2",
"repository": {
"type": "git",
"url": "git://github.com/trentm/nodedoc.git"
Expand Down

0 comments on commit 201c84f

Please sign in to comment.