From 3cfd3c8f2f3329f61e00138cab678e64901d7905 Mon Sep 17 00:00:00 2001 From: straker Date: Sat, 21 Jan 2017 16:37:28 -0700 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1c0557..1ee2c3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "html-tagged-template", "description": "Proposal to improve the DOM creation API so developers have a cleaner, simpler interface to DOM creation and manipulation.", - "version": "2.0.0", + "version": "2.0.1", "main": "index.js", "scripts": { "test": "gulp test-ci"