diff --git a/bower.json b/bower.json index 5bb1c57..b7366ff 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "sifter", "keywords": ["search","filter","sift","data","results","match","sort","autocomplete"], "description": "A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.", - "version": "0.4.1", + "version": "0.4.2", "license": "Apache License, Version 2.0", "readmeFilename": "README.md", "repository": { diff --git a/package.json b/package.json index 047a7e3..9169e4f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "autocomplete" ], "description": "A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.", - "version": "0.4.1", + "version": "0.4.2", "author": "Brian Reavis ", "main": "./sifter.js", "repository": {