From a866fce716d021921ce33bfb2297ec6de07be628 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 30 Apr 2024 17:50:14 +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 564b900..20a15ba 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartyaml', - version: '3.0.2', + version: '3.0.3', description: 'A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.' }