From 1896757c1246feae125d82abfb4ca14be042055f Mon Sep 17 00:00:00 2001 From: Gabriel Logan Date: Thu, 14 Nov 2024 23:29:22 -0300 Subject: [PATCH] chore: update package version from 0.0.1 to 0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e46022..445a0ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsacjs", - "version": "0.0.1", + "version": "0.0.2", "description": "A high-performance JavaScript and TypeScript library offering a comprehensive set of efficient data structures. Simplify your algorithm implementation and data manipulation with optimized, easy-to-use tools.", "main": "./dist/index.js", "types": "./types/index.d.ts",