From 53be2eb59d9e735cdf5f2b0e7f5da867876d9634 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 7 Nov 2023 21:32:00 +0100 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 76e982c..8bbb0da 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartfile', - version: '11.0.1', + version: '11.0.2', description: 'offers smart ways to work with files in nodejs' }