2 Commits

Author SHA1 Message Date
7402967715 2.0.6 2024-05-28 00:42:20 +02:00
ef6f043a68 fix(core): update 2024-05-28 00:42:20 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartntml",
"version": "2.0.5",
"version": "2.0.6",
"private": false,
"description": "Provides lit-html rendering capabilities for backend applications.",
"main": "dist_ts/index.js",

View File

@ -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.'
}