From 0e6877d2d1d4ef2ccaa0cde39bb688a9bd1e0a0d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 8 Jan 2024 14:24:21 +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 e75662d..bf9e25f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartstring', - version: '4.0.10', + version: '4.0.12', description: 'handle strings in smart ways. TypeScript ready.' }