From 5b2953bf02a004665bc91b66db5b9579485fb1c1 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 23 Jun 2023 18:46:42 +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 1068130..e56a3b1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartfile', - version: '10.0.12', + version: '10.0.13', description: 'offers smart ways to work with files in nodejs' }