Skip to content

Commit

Permalink
version bump "0.2.17"
Browse files Browse the repository at this point in the history
  • Loading branch information
ddopson committed Apr 25, 2013
1 parent 4be7870 commit aaf76ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Versions.md
Expand Up @@ -3,6 +3,10 @@

* more awesome stuff? - maybe ...

### 0.2.17 (2013-04-25)

* Fixes for Node v0.10.x

### 0.2.16 (2012-11-05)

* make {coffee-script, JSONSelect, msgpack} 'optional' dependencies, so install doesn't break if they fail (eg win32 msgpack)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "underscore-cli",
"description": "Command-line interface to underscore.js - useful for shell scripting and JSON processing",
"version": "0.2.16",
"version": "0.2.17",
"contributors": ["Dave Dopson <ddopson@gmail.com>"],
"dependencies": { "underscore": ">= 1.3.3", "underscore.string": "*", "commander": "*" },
"optionalDependencies": { "coffee-script": "*", "JSONSelect": "*", "msgpack": "*" },
Expand Down

0 comments on commit aaf76ed

Please sign in to comment.