From 910671bfc6a79103bd0ea32ab185c6f4cf6f1f70 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 2 Apr 2024 20:58:33 +0200 Subject: [PATCH] fix(core): update --- readme.md | 2 +- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fe93490..1e5b23d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # @push.rocks/smartfile -[@push.rocks/smartfile offers smart ways to work with files in nodejs](https://gitlab.com/push.rocks/smartfile#readme) +> offers smart ways to work with files in nodejs ## Install diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index dada1fb..e8afaff 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.6', + version: '11.0.7', description: 'offers smart ways to work with files in nodejs' }