From 48aa9acb112f82c8f2f8ed9d5bde64bd3ef07680 Mon Sep 17 00:00:00 2001 From: Josh Schmidt Date: Tue, 11 Oct 2022 16:26:28 -0600 Subject: [PATCH] v1.0.2 Release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56cfd73..4743feb 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": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "author": "Brian Reavis ", "main": "dist/umd/sifter.js",