diff --git a/package.json b/package.json index bd104fe..e8ab52f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elegant-queue", - "version": "1.0.0", + "version": "1.0.1", "description": "To address this inefficiency when processing large amounts of data, designing a queue with O(1) time complexity can solve many problems.", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js",