From 8d6507e700201e1b12ba44f27b234c8bea683165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9la=20Ben=20Khalfallah?= Date: Fri, 14 Feb 2025 17:16:45 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3c8ffc..3996ad5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsa-toolbox", - "version": "2.0.1", + "version": "2.0.2", "description": "A powerful toolkit for data structures and algorithms in TypeScript, designed for optimal performance and versatility. The toolkit provides implementations of various data structures and algorithms, with a focus on search and sort operations, caching, and probabilistic data structures.", "type": "module", "main": "dist/index.js",