From 328b53e1c05180c91c438e941e5e1bb560979837 Mon Sep 17 00:00:00 2001 From: Vladimir Vujosevic Date: Wed, 10 Oct 2018 18:23:53 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 879526a..fbce7ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "html-parse-stringify", "description": "Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.", - "version": "1.0.2", + "version": "1.0.3", "author": "Henrik Joreteg ", "bugs": { "url": "https://github.com/henrikjoreteg/html-parse-stringify/issues"