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 Aug 15, 2012
1 parent 284fa48 commit cb4a1fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# json (aka jsontool) Changelog


## json 4.0.2 (not yet released)

(nothing yet)


## json 4.0.1

- [issue #36] Turn off coloring for inspect output (`json -i`, `json -o
Expand Down
2 changes: 1 addition & 1 deletion lib/jsontool.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// See <https://github.com/trentm/json>.
//

var VERSION = "4.0.1";
var VERSION = "4.0.2";

var util = require('util');
var pathlib = require('path');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsontool",
"description": "a 'json' command for massaging JSON on the command line",
"version": "4.0.1",
"version": "4.0.2",
"repository": {
"type": "git",
"url": "git://github.com/trentm/json.git"
Expand Down

0 comments on commit cb4a1fa

Please sign in to comment.