From 4d627737478580a5af3db2d8f3edeeab02359b25 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 7 Aug 2022 11:41:05 +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 a96332c..398f865 100644 --- a/package.json +++ b/package.json @@ -42,4 +42,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 64637fb..480d2ed 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartmail', - version: '1.0.19', + version: '1.0.20', description: 'a unified format for representing and dealing with mails' }