From 5a3444baea0146010b1b3f4ea336ed9c40fca6f3 Mon Sep 17 00:00:00 2001 From: Jacob Karlsson Date: Sat, 1 Jun 2024 18:34:41 +0200 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42daaed..83c6472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pzp-dict", - "version": "1.0.0", + "version": "1.0.1", "description": "Dictionary data structure over append-only logs with pruning", "author": "Andre Staltz ", "license": "MIT",