From 1e37fe261c42d6aa1610e47bd773760e6f29982f Mon Sep 17 00:00:00 2001 From: Aiden Bai Date: Thu, 24 Feb 2022 21:33:06 -0800 Subject: [PATCH] 0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e75f0c4..a23725b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiny-vdom", - "version": "0.0.2", + "version": "0.0.3", "description": "🤏 Smallest possible virtual DOM implementation", "main": "dist/index.js", "module": "dist/index.mjs",