Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 7, 2011
1 parent 8d57cc1 commit 5f5d6e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.0.0 / 2011-11-07
==================

* node 0.6.0 compat

0.0.4 / 2011-08-25
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/search
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var program = require('commander')
// options

program
.version('0.0.4')
.version('1.0.0')
.usage('[options] <query> [path ...]')
.option('-H, --hidden', 'search hidden files and directories')
.parse(process.argv);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search"
, "version": "0.0.4"
, "version": "1.0.0"
, "description": "faster 'ack' written with nodejs"
, "keywords": ["ack", "grep", "search"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 5f5d6e6

Please sign in to comment.