From 5b6c71b3f1c038c7ed3af2542ac48b03bab7fd0f Mon Sep 17 00:00:00 2001 From: Aiden Bai Date: Sun, 30 Jan 2022 14:34:52 -0800 Subject: [PATCH] 0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8073ec0..edfb54d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiny-vdom", - "version": "0.0.1", + "version": "0.0.2", "description": "🤏 Smallest possible virtual DOM implementation", "main": "dist/vdom.js", "module": "dist/vdom.js",