From c742385ca10168a7e385c62b6fbcc75552aca476 Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 10 Dec 2025 17:07:50 +0300 Subject: [PATCH] 1.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 647c8e7..5e82f0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitmap-index", "private": false, - "version": "1.0.6", + "version": "1.0.7", "description": "A small, zero-dependency bitmap/bitset implementation for fast index operations (and, or, xor, etc.)", "license": "MIT", "author": "yazmeyaa",