fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-07 11:41:05 +02:00
parent 69d8293972
commit 4d62773747
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartmail', name: '@pushrocks/smartmail',
version: '1.0.19', version: '1.0.20',
description: 'a unified format for representing and dealing with mails' description: 'a unified format for representing and dealing with mails'
} }