From 39ca9c52aeeec6a1b13c0886b387b3c9cdcaea4e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 28 May 2024 00:28:34 +0200 Subject: [PATCH] 2.0.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e09e23f..820ee16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartntml", - "version": "2.0.4", + "version": "2.0.5", "private": false, "description": "Provides lit-html rendering capabilities for backend applications.", "main": "dist_ts/index.js", @@ -54,4 +54,4 @@ "indexeddb", "typescript" ] -} \ No newline at end of file +}