From 1f5eb908b7d2bc83f837da07b4072a40325c0369 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 27 Oct 2024 01:20:10 +0530 Subject: [PATCH] chore: v0.0.2 --- maxun-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxun-core/package.json b/maxun-core/package.json index 08fd0140..87e8b93d 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.1", + "version": "0.0.2", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts",