Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 28, 2011
1 parent 2c9ebca commit d127e09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.0.3 / 2011-07-27
==================

* Added simple example
* Changed: default `reds.search()` to intersection

0.0.2 / 2011-07-27
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/reds.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var natural = require('natural')
* Library version.
*/

exports.version = '0.0.1';
exports.version = '0.0.3';

/**
* Search types.
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": "reds"
, "version": "0.0.2"
, "version": "0.0.3"
, "description": "Redis search for node.js"
, "keywords": ["redis", "search", "metaphone", "phonetics", "natural"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit d127e09

Please sign in to comment.