From 8f7bae95ddce77242e1fe0549251dd30acc18281 Mon Sep 17 00:00:00 2001 From: Viet Dinh <54ckb0y789@gmail.com> Date: Tue, 23 Apr 2024 00:55:32 -0400 Subject: [PATCH] 0.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0970c32..4369608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typed-htmx", - "version": "0.2.2", + "version": "0.2.3", "description": "Definitions for htmx attributes in JSX", "scripts": { "dist": "bash scripts/dist.sh",