From ef6f043a68d9a2d88b5e7aa945550902dbf08588 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 28 May 2024 00:42:20 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 533681f..a3842a1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartntml', - version: '2.0.5', + version: '2.0.6', description: 'Provides lit-html rendering capabilities for backend applications.' }