From 7c6d820c7eda0cf25f649a33ab161ee3434bf4bc Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Sun, 13 Dec 2020 19:01:02 +0100 Subject: [PATCH] v0.3.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b7a08f2..c1ab534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-htm-to-string", - "version": "0.3.0", + "version": "0.3.1", "description": "Renders a htm tagged template asyncly into a string", "homepage": "http://github.com/voxpelli/async-htm-to-string", "repository": { @@ -110,4 +110,4 @@ "type-coverage": "^2.14.6", "typescript": "^4.1.3" } -} \ No newline at end of file +}