diff --git a/package.json b/package.json index 58111fc..80b1f5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitmap-index", "private": false, - "version": "1.0.1", + "version": "1.0.2", "description": "A small, zero-dependency bitmap/bitset implementation for fast index operations (and, or, xor, etc.)", "license": "MIT", "author": "yazmeyaa", @@ -75,4 +75,4 @@ "vite-tsconfig-paths": "^4.3.2" }, "dependencies": {} -} \ No newline at end of file +}