From 58b50c1ec59d79b0ffc708e16c93b4e01fe3ef19 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Fri, 11 Oct 2024 01:27:05 +0800 Subject: [PATCH] chore: release 0.2.4 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 33a40ef..47bbda2 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@blah/core", - "version": "0.2.3", + "version": "0.2.4", "exports": { "./crypto": "./crypto/mod.ts", "./identity": "./identity/mod.ts"