From b3b3d67c41a5946fc05f5940432e7d4faf1d426d Mon Sep 17 00:00:00 2001 From: Gabriel Logan Date: Wed, 6 Nov 2024 21:32:51 -0300 Subject: [PATCH] chore: update version to 0.0.3-test in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc590b3..d035ee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsacjs", - "version": "0.0.2-test", + "version": "0.0.3-test", "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",