From 7e93d0482fe3f95d151c93300a20e86bca8983f0 Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Thu, 18 Jul 2024 10:02:19 +1000 Subject: [PATCH] Bump package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a41c98f..77da08f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-live-chat-loader", - "version": "2.9.1", + "version": "2.9.2", "description": "Implement live chat in your react app without taking a performance hit.", "main": "dist/index.js", "module": "module/index.js",