From 42b44be143433c09f2ac116d06357e65ab803811 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 29 Apr 2022 10:17:21 +0200 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 0930011..4cd1690 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -1,11 +1,8 @@ /** * autocreated commitinfo by @pushrocks/commitinfo */ -export const name: string = '@designestate/dees-catalog'; -export const version: string = '1.0.77'; -export const description: string = 'website for lossless.com' export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.77', + version: '1.0.78', description: 'website for lossless.com' }