From 535ab5c26e80191d691c7ff8b7b7269762064df8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 21 Oct 2023 16:05:35 +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 9fa94c5..e40989e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smarti18n', - version: '1.0.3', + version: '1.0.4', description: 'a package dealing with i18n stuff' }