diff --git a/History.md b/History.md index ef6884f..4b8597d 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +0.2.4 / 2013-08-10 +================== + + * add function to limit the number of results (pagination) + * fix failure on strings that do not contain words + 0.2.3 / 2013-02-22 ================== diff --git a/package.json b/package.json index 886f668..9e5b5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reds" - , "version": "0.2.3" + , "version": "0.2.4" , "description": "Redis search for node.js" , "keywords": ["redis", "search", "metaphone", "phonetics", "natural"] , "author": "TJ Holowaychuk "