From 9003ee4165ddff5996384e377592c4c629ba89cc Mon Sep 17 00:00:00 2001 From: eugene Date: Sat, 28 Feb 2026 13:22:59 +0300 Subject: [PATCH] 1.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4675cf2..b4128b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitmap-index", "private": false, - "version": "1.0.8", + "version": "1.0.9", "description": "A small, zero-dependency bitmap/bitset implementation for fast index operations (and, or, xor, etc.)", "license": "MIT", "author": "yazmeyaa",