From 7abeca09c81e15dbb05faa7bb23976af8a3118e6 Mon Sep 17 00:00:00 2001 From: harsohailB Date: Thu, 29 Apr 2021 19:02:11 -0600 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25f8e02..1e40bbd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ticker-symbol-search", "description": "Seamlessly integrate a search engine to find live ticker symbols into your web app", - "version": "1.0.0", + "version": "1.0.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT",