From 371074afc19007d3e4b9165593161bbcf6261207 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 23 Jun 2023 18:11:04 +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 402eff4..f738a58 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.9', + version: '10.0.10', description: 'offers smart ways to work with files in nodejs' }