From 4df31281634346a727008775027a58ece99ec88d Mon Sep 17 00:00:00 2001 From: Josh Schmidt Date: Mon, 28 Feb 2022 22:45:58 -0700 Subject: [PATCH] v0.9.1 Release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aae6283..c870cbe 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.7.6", + "version": "0.9.1", "license": "Apache-2.0", "author": "Brian Reavis ", "main": "dist/umd/sifter.js",