From 5189f0d0ad9a124fd77255c08084e8a1617cadab Mon Sep 17 00:00:00 2001 From: Joachim Viide Date: Wed, 5 Feb 2020 12:53:33 +0200 Subject: [PATCH] v3.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1a84c2..da57148 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htm", - "version": "3.0.2", + "version": "3.0.3", "description": "The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax.", "main": "dist/htm.js", "umd:main": "dist/htm.umd.js",