From 21761e5dacf9f581c0ce34cb4e3e0a7f22815a83 Mon Sep 17 00:00:00 2001 From: Eugene Date: Sat, 6 Dec 2025 12:30:16 +0300 Subject: [PATCH] 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b9d054..3ebca6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitmap-index", "private": false, - "version": "1.0.3", + "version": "1.0.4", "description": "A small, zero-dependency bitmap/bitset implementation for fast index operations (and, or, xor, etc.)", "license": "MIT", "author": "yazmeyaa",