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