From ecd9da937f4b4b0c7927e0f5b7cbd85415d9ccd1 Mon Sep 17 00:00:00 2001 From: Pabitra Banerjee Date: Tue, 17 Oct 2023 00:39:35 +0530 Subject: [PATCH] 1.1.5 --- package-lock.json | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebb8489..a40f55f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "adv-dsa", - "version": "1.0.5", + "version": "1.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "adv-dsa", - "version": "1.0.5", + "version": "1.1.5", "license": "MIT", "devDependencies": { "jest": "^28.1.3" diff --git a/package.json b/package.json index 0c5fcfb..729fdaa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "adv-dsa", - "version": "1.0.5", - "description": "JavaScript Data Structures and Algorithms Library", + "version": "1.1.5", + "description": "JS-DSA is a comprehensive collection of data structures and algorithms implemented in JavaScript. This project is designed to be a helpful resource for developers, students, and anyone interested in learning about data structures and algorithms through practical JavaScript examples.", "keywords": [ "data-structures", "algorithms", @@ -21,4 +21,4 @@ "devDependencies": { "jest": "^28.1.3" } -} +} \ No newline at end of file