From a71a53092b9052bfbe91bf610de456f16f2f7d1a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 25 Jan 2025 00:43:31 +0100 Subject: [PATCH] 3.0.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0c56f8c..f382c71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smarthbs", - "version": "3.0.3", + "version": "3.0.4", "private": false, "description": "Enhances Handlebars with advanced filesystem support, template compilation, and efficient management of partials and variables.", "main": "dist_ts/index.js", @@ -62,4 +62,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}