From 99ac52b3d48954d05ef6dc4258f823f506af7874 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 26 Jul 2023 16:13:52 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6e484d1..3302314 100644 --- a/package.json +++ b/package.json @@ -56,4 +56,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3bc7a22..144982c 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartarchive', - version: '3.0.7', + version: '3.0.8', description: 'work with archives' }