From 0ceaf0527983a99fa40f76b31c72806dfdca445a Mon Sep 17 00:00:00 2001 From: Josh Schmidt Date: Tue, 5 Jul 2022 19:31:03 -0600 Subject: [PATCH] v0.9.2 Release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4491469..4af1a5e 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.9.1", + "version": "0.9.2", "license": "Apache-2.0", "author": "Brian Reavis ", "main": "dist/umd/sifter.js",