From c6da401f57f2dcc94d0660108efaa78da51a9761 Mon Sep 17 00:00:00 2001 From: oliver-oloughlin Date: Wed, 14 Feb 2024 16:50:58 +0100 Subject: [PATCH] chore: increment version --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index edfa624..a4daf9b 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@olli/kvdex", - "version": "0.34.1", + "version": "0.34.2", "exports": { ".": "./mod.ts", "./ext/zod": "./ext/zod.ts",